| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-06-28 | rewrite unknown-mod-stdin to rmake | Oneirical | -8/+0 | |
| 2023-10-07 | tests/run-make: Use RUSTC_TEST_OP in more places | Martin Nordholts | -8/+2 | |
| 2023-10-07 | tests/run-make: Remove wrong blessing advice | Martin Nordholts | -1/+0 | |
| run-make tests are not special but can be blessed like other tests, like this: ./x.py test --bless tests/run-make/unknown-mod-stdin | ||||
| 2023-08-01 | tests/run-make/unknown-mod-stdin: Ignore Windows | Martin Nordholts | -0/+2 | |
| The test fails on Windows with the diff - = help: to create the module `unknown`, create file "unknown.rs" or "unknown/mod.rs" + = help: to create the module `unknown`, create file "unknown.rs" or "unknown\mod.rs" There is no need to run this test on Windows, so ignore it. | ||||
| 2023-07-26 | Add regression test for `echo 'mod unknown;' | rustc -` | Martin Nordholts | -0/+13 | |
