summaryrefslogtreecommitdiff
path: root/test/Java
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2014-07-20 15:25:01 -0400
committerGary Oberbrunner <garyo@oberbrunner.com>2014-07-20 15:25:01 -0400
commitd8e727389fe8a2b76ea1c4bb2c215a2032c620a6 (patch)
treebfa97e2a60d68a6f2dead47dbf5575cbaa97f47e /test/Java
parent94f49b47d1f8adff6a3b69fe2f465e7db8439226 (diff)
downloadscons-d8e727389fe8a2b76ea1c4bb2c215a2032c620a6.tar.gz
Skipping Java DerivedSourceTest for now until underlying issue is fixed.
Diffstat (limited to 'test/Java')
-rw-r--r--test/Java/DerivedSourceTest.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Java/DerivedSourceTest.py b/test/Java/DerivedSourceTest.py
index b4715a50..c749cf36 100644
--- a/test/Java/DerivedSourceTest.py
+++ b/test/Java/DerivedSourceTest.py
@@ -49,6 +49,10 @@ test = TestSCons.TestSCons()
test.no_result( condition=(test.where_is( 'javac' ) is None) )
test.no_result( condition=(test.where_is( 'jar' ) is None) )
+# This test is known to fail as of July 2014; see Tigris issue 1771 and issue 2931.
+# Once the underlying issue is corrected, this test should be re-enabled.
+test.skip_test('Skipping derived-source test until issue 1771 is fixed.\n')
+
test.write(
['Sample.java'],
"""