| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tweak a few tests "for form" | Mats Wichmann | 2023-08-27 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Three testcases did not call the required test.pass_test() at the end, meaning they report no official status on success: test/File/File-relpath.py test/Java/DerivedSourceTest.py test/MSVC/msvc_cache_force_defaults.py One test (test/MSVC/msvc_badversion.py) first checked for win32, then checked for not_msvc - the win32 feature-test isn't relevant, since we'll bail on not_msvc anyway - dropped that bit. Actual testcases are marked runnable scripts (start with shebang line). A few were missing this. Added the conventional (to SCons, though no longer very important) tail stanza of editor config comments. Note we have the .editorconfig file now, which is an actual standard, so someday we can probably trim all of these, but for now, keep consistency. For files otherwise being fiddled, do the copyright update and trim a few unneeded blank lines, and change some kwargs from x = y to x=y. These changes are all no-op, except for the three calls to pass_test, which just have to do with collected data at the end, not the running of the tests. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | Java tests: minor cleanups | Mats Wichmann | 2021-10-31 | 1 | -4/+3 |
| | | | | | | | | | | | Update file headers Remove references to javah that are not used Black a couple of SConstcuts No functional changes - prep work for javah workarounds. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | - fixed Java test for derived sources problem, now favouring skip() | Dirk Baechle | 2014-09-18 | 1 | -4/+4 |
| | | | | | over no_result() | ||||
| * | Skipping Java DerivedSourceTest for now until underlying issue is fixed. | Gary Oberbrunner | 2014-07-20 | 1 | -0/+4 |
| | | |||||
| * | Merging in pull request #152 from William Blevins (Java test) | Gary Oberbrunner | 2014-07-20 | 1 | -1/+1 |
| | | |||||
| * | Issue 1771/2931: Added no_result check for tools to validate initial test ↵ | William Blevins | 2014-07-18 | 1 | -0/+4 |
| | | | | | conditions. | ||||
| * | Updated DerivedSourceTest.py to test against a dependency tree. | William Blevins | 2014-07-16 | 1 | -1/+20 |
| | | | | | This was a best guess for the output. | ||||
| * | Set default toolchain. | William Blevins | 2014-07-13 | 1 | -3/+3 |
| | | | | | Other updates per code review. | ||||
| * | Added a high-level test for issue 1771/2931. | William Blevins | 2014-07-12 | 1 | -0/+97 |
| Shows that Java emitter for derived-sources is broken regardless of the source generation method. | |||||
