Martin Nordholts
5b57d02e9f
compiletest: Use //@ prefixes also for debuginfo test directives
...
So that when we later add support for revisions we can use the same
syntax for revisions as elsewhere.
This also prevents people from making typos for commands since
`src/tools/compiletest/src/directives/directive_names.rs` will catch such
typos now.
Note that we one FIXME for a non-trivial change for later:
```
// FIXME(148097): Change `// cdb-checksimple_closure` to `//@ cdb-check:simple_closure`
```
2025-11-25 06:13:45 +01:00
Walnut
af1c2b277d
update tests
2025-11-24 00:17:53 -06:00
Guillaume Gomez
2ad443c849
Ignore failing debuginfo tests with gcc backend
2025-10-13 15:20:49 +02:00
Ben Kimock
22ed23d680
Convert lldbg- to lldb-
2024-08-18 17:00:33 -04:00
Ben Kimock
41d06f4115
Delete lldbr annotations
2024-08-18 16:59:58 -04:00
Ben Kimock
c5fdc90a73
Delete min-lldb-version: 310
2024-08-18 16:58:26 -04:00
Ben Kimock
156088f8a8
Delete redundant gdb-version requirements and related comments
2024-08-18 16:58:25 -04:00
Ben Kimock
70320c1936
Enable more debuginfo tests on Windows
2024-08-16 21:14:45 -04:00
Ben Kimock
c6815c04cb
Re-enable debuginfo tests on freebsd
2024-08-16 10:37:16 -04:00
Ben Kimock
a561484b81
Enable debuginfo tests that have been temporarily disabled for years
2024-08-11 14:20:15 -04:00
Markus Reiter
96431e4b82
Use explicit LLDB commands instead of print/p aliases.
2024-03-15 15:38:03 +01:00
Markus Reiter
75fba9d574
Remove LLDB persistent results in compiletest.
2024-03-14 17:34:58 +01:00
许杰友 Jieyou Xu (Joe)
6e48b96692
[AUTO_GENERATED] Migrate compiletest to use ui_test-style //@ directives
2024-02-22 16:04:04 +00:00
David Wood
3bd5dc3c61
tests: re-enable pretty-std-collections on macOS
...
Signed-off-by: David Wood <david@davidtw.co>
2023-08-30 13:12:34 +01:00
Albert Larsan
cf2dff2b1e
Move /src/test to /tests
2023-01-11 09:32:08 +00:00