diff options
| author | Russel Winder <russel@winder.org.uk> | 2016-01-19 17:30:41 (GMT) |
|---|---|---|
| committer | Russel Winder <russel@winder.org.uk> | 2016-01-19 17:30:41 (GMT) |
| commit | 358c0de48a7d9fecdb30e24505c066506dfcdeff (patch) | |
| tree | e3da370799409e61468868397770eeba5a5fe4bf /test/Java/multi-step.py | |
| parent | 374acc32ce7ebecbc23dae5859315ddee17e523b (diff) | |
| parent | 6cc2ad09d86e6da5812485b0e50a820e2560b31b (diff) | |
| download | SCons-358c0de48a7d9fecdb30e24505c066506dfcdeff.zip SCons-358c0de48a7d9fecdb30e24505c066506dfcdeff.tar.gz SCons-358c0de48a7d9fecdb30e24505c066506dfcdeff.tar.bz2 | |
Merge in default.
Diffstat (limited to 'test/Java/multi-step.py')
| -rw-r--r-- | test/Java/multi-step.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Java/multi-step.py b/test/Java/multi-step.py index 44ebd31..b43d641 100644 --- a/test/Java/multi-step.py +++ b/test/Java/multi-step.py @@ -44,6 +44,13 @@ 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') + + test.subdir(['src'], |
