summaryrefslogtreecommitdiffstats
path: root/test/Java/DerivedSourceTest.py
Commit message (Collapse)AuthorAgeFilesLines
* - fixed Java test for derived sources problem, now favouring skip()Dirk Baechle2014-09-181-4/+4
| | | | over no_result()
* Skipping Java DerivedSourceTest for now until underlying issue is fixed.Gary Oberbrunner2014-07-201-0/+4
|
* Merging in pull request #152 from William Blevins (Java test)Gary Oberbrunner2014-07-201-1/+1
|
* Issue 1771/2931: Added no_result check for tools to validate initial test ↵William Blevins2014-07-181-0/+4
| | | | conditions.
* Updated DerivedSourceTest.py to test against a dependency tree.William Blevins2014-07-161-1/+20
| | | | This was a best guess for the output.
* Set default toolchain.William Blevins2014-07-131-3/+3
| | | | Other updates per code review.
* Added a high-level test for issue 1771/2931.William Blevins2014-07-121-0/+97
Shows that Java emitter for derived-sources is broken regardless of the source generation method.