diff options
author | William Deegan <bill@baddogconsulting.com> | 2016-01-17 23:33:39 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2016-01-17 23:33:39 (GMT) |
commit | 04d57cfde1553cb10638a4f2d066c1c7f17a5d6f (patch) | |
tree | 2d764cd6319375a8d20bd96d6852076704231de0 /test/Java/multi-step.py | |
parent | f6c5c74a702751d873bec30ddbd3ab82189c66c8 (diff) | |
download | SCons-04d57cfde1553cb10638a4f2d066c1c7f17a5d6f.zip SCons-04d57cfde1553cb10638a4f2d066c1c7f17a5d6f.tar.gz SCons-04d57cfde1553cb10638a4f2d066c1c7f17a5d6f.tar.bz2 |
added comment per William Blevins comment on pull request to indicate why we're skipping some tests for gcj
Diffstat (limited to 'test/Java/multi-step.py')
-rw-r--r-- | test/Java/multi-step.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Java/multi-step.py b/test/Java/multi-step.py index 4675895..160c523 100644 --- a/test/Java/multi-step.py +++ b/test/Java/multi-step.py @@ -43,6 +43,9 @@ swig = test.where_is('swig') if not swig: test.skip_test('Can not find installed "swig", skipping test.\n') +# Skip this test as SCons doesn't (currently) predict the generated +# inner/anonymous class generated .class files generated by gcj +# and so will always fail if test.javac_is_gcj: test.skip_test('Test not valid for gcj (gnu java); skipping test(s).\n') |