21077655 Several components need to be skipped during automated testing
authorBill Rushmore <bill.rushmore@oracle.com>
Wed, 13 May 2015 10:49:08 -0700
changeset 4286 a7f757b12343
parent 4285 62b9e629e113
child 4287 aba3ed31b37a
21077655 Several components need to be skipped during automated testing
components/gnump/Makefile
components/python/eventlet/Makefile
components/python/waitress/Makefile
--- a/components/gnump/Makefile	Wed May 13 08:33:05 2015 -0700
+++ b/components/gnump/Makefile	Wed May 13 10:49:08 2015 -0700
@@ -162,6 +162,9 @@
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
+#Skipping this during automated tests since it hangs sometimes
+$(SKIP_TEST_AT_TOP_LEVEL)
+
 # common targets
 configure:	$(CONFIGURE_32_and_64)
 
--- a/components/python/eventlet/Makefile	Wed May 13 08:33:05 2015 -0700
+++ b/components/python/eventlet/Makefile	Wed May 13 10:49:08 2015 -0700
@@ -46,6 +46,9 @@
 COMPONENT_TEST_DIR =	$(SOURCE_DIR)
 COMPONENT_TEST_ARGS =	setup.py test
 
+#Skipping this during automated tests since it hangs sometimes
+$(SKIP_TEST_AT_TOP_LEVEL)
+
 # common targets
 build:		$(BUILD_NO_ARCH)
 
--- a/components/python/waitress/Makefile	Wed May 13 08:33:05 2015 -0700
+++ b/components/python/waitress/Makefile	Wed May 13 10:49:08 2015 -0700
@@ -46,6 +46,9 @@
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
+#Skipping this during automated tests since it hangs sometimes
+$(SKIP_TEST_AT_TOP_LEVEL)
+
 # common targets
 build:		$(BUILD_NO_ARCH)