Andrew Kelley
debf307594
update all incremental tests to new std API
...
they're still not passing on windows for some reason though
2025-12-23 22:15:11 -08:00
Andrew Kelley
a91c6dc71d
test: std.fs.File -> std.Io.File
2025-12-23 22:15:08 -08:00
Jacob Young
e1f3fc6ce2
Coff2: create a new linker from scratch
2025-10-02 17:44:52 -04:00
Andrew Kelley
d8e26275f2
update standalone and incremental tests to new API
2025-07-07 22:43:53 -07:00
mlugg
fcf8d5ada2
incr-check: check compile errors against expected
...
Also modifies all incremental cases using `#expect_error` to include the
errors and notes which are expected.
2025-01-25 09:32:40 +00:00
Andrew Kelley
9285f91ccc
wasm linker: incremental test coverage
2025-01-15 15:11:36 -08:00
Jacob Young
11e54a3559
link: fix failing incremental test cases
2024-11-16 14:03:31 -05:00
mlugg
8573836892
incremental: disable flaky test
2024-10-18 09:46:03 +01:00
mlugg
22539783ad
incremental: introduce file dependencies to handle AstGen failures
...
The re-analysis here is a little coarse; it'd be nice in the future to
have a way for an AstGen failure to preserve *all* analysis which
depends on the last success, and just hide the compile errors which
depend on it somehow. But I'm not sure how we'd achieve that, so this
works fine for now.
Resolves : #21223
2024-10-16 16:30:36 +01:00