Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
Josh Triplett
|
ff94b3b12b
|
Update references to -Z symbol-mangling-version to use -C
Replace `-Z symbol-mangling-version=v0` with `-C symbol-mangling-version=v0`.
Replace `-Z symbol-mangling-version=legacy` with
`-Z unstable-options -C symbol-mangling-version=legacy`.
|
2022-01-01 15:53:11 -08:00 |
|
pierwill
|
7d7dfba350
|
Include rustc version in rustc_span::StableCrateId
Normalize symbol hashes in compiletest.
Remove DefId sorting
|
2021-12-13 10:24:05 -06:00 |
|
bjorn3
|
b527da4d8d
|
Revert "Revert "Update tests""
This reverts commit 715c68fe90 .
|
2021-07-06 11:28:06 +02:00 |
|
bjorn3
|
715c68fe90
|
Revert "Update tests"
This reverts commit c76b1b0317 .
|
2021-06-07 10:25:32 +02:00 |
|
bjorn3
|
c76b1b0317
|
Update tests
|
2021-05-30 12:51:36 +02:00 |
|
Michael Woerister
|
6a4878f61f
|
Update UI tests affected by changed DefPathHash value construction.
|
2021-02-02 20:59:48 +01:00 |
|
Mazdak Farrokhzad
|
b4420c8f5c
|
rework run-fail and support check,build-fail
|
2019-12-21 22:16:00 +01:00 |
|
Eduard-Mihai Burtescu
|
5fd3e89d70
|
test: support both (legacy and v0 ) choices of mangling.
|
2019-05-31 18:24:53 +03:00 |
|
Eduard-Mihai Burtescu
|
654d0596d3
|
rustc_codegen_utils: test demangler output, not just symbol names.
|
2019-05-31 18:23:03 +03:00 |
|
Eduard-Mihai Burtescu
|
e0c75ff40d
|
rustc: rename item_path to def_path (except the module in ty).
|
2019-03-15 13:25:10 +02:00 |
|
Mark Rousskov
|
2a663555dd
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
David Wood
|
3fc7ab2373
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|