From a3b104e286e7d7bb3ab73e2943fe4faa5f0d43b7 Mon Sep 17 00:00:00 2001 From: Gary Oberbrunner Date: Sun, 20 Jul 2014 15:25:01 -0400 Subject: Skipping Java DerivedSourceTest for now until underlying issue is fixed. --- test/Java/DerivedSourceTest.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Java/DerivedSourceTest.py b/test/Java/DerivedSourceTest.py index b4715a5..c749cf3 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'], """ -- cgit v0.12