Commit Graph

86 Commits

Author SHA1 Message Date
bjorn3 a03e769410 Improve standard library source remapping 2026-01-11 17:58:51 +00:00
bjorn3 8de4afd39b Fix rustc testsuite 2025-12-18 11:09:12 +00:00
bjorn3 3822cf126b Disable a bunch of rustc tests that fail with --panic-unwind-support 2025-12-16 17:00:09 +00:00
bjorn3 bb9dac5fe5 Disable linker plugin lto rustc test 2025-12-16 16:49:44 +00:00
bjorn3 b73270f189 Fix rustc test suite 2025-12-16 16:40:44 +00:00
bjorn3 296501b2fa Fix rustc test suite 2025-11-05 11:07:47 +00:00
bjorn3 ca23203edb Fix rustc test suite 2025-10-17 11:35:42 +00:00
bjorn3 7f0b2bb7d2 Fix rustc test suite 2025-10-06 10:29:01 +00:00
bjorn3 160c1091fb Fix rustc test suite 2025-10-01 10:30:11 +00:00
bjorn3 6f8394e03f Merge pull request #1593 from kehrazy/embed-source
Support -Zembed-source in debuginfo
2025-09-25 11:12:05 +02:00
bjorn3 64ec359283 Ignore rustc test again that still fails 2025-09-23 09:35:57 +00:00
bjorn3 72d8b6c7d5 Fix rustc test suite
And re-enable a no longer failing test.
2025-09-23 09:22:59 +00:00
Igor kehrazy 0e9595e648 Support -Zembed-source in debuginfo
- honour the session DWARF version, enabling v5 when embed-source is requested and plumb the flag through the debug context
  - attach embedded source bytes to line table FileInfo records alongside existing MD5 hashes
  - stop excluding rustc’s embed-source-dwarf run-make test so CG_CLIF exercises the feature
2025-09-22 20:11:49 +03:00
bjorn3 1988e68a35 Fix rustc test suite 2025-09-15 15:03:03 +00:00
bjorn3 1d61b61f69 Fix rustc test suite 2025-09-12 15:49:37 +00:00
bjorn3 d077c1e30c Fix rustc test suite 2025-09-07 14:55:38 +00:00
bjorn3 623611d65a Sync from rust 1ed3cd7030 2025-09-07 11:53:31 +00:00
Jieyou Xu 719b14c3a7 cg_clif: run run-make-cargo test suite 2025-09-05 21:39:50 +08:00
Jieyou Xu 39d8f6a7a3 cg_clif: account for moved tests/run-make-cargo/compiler-builtins 2025-09-05 21:39:50 +08:00
bjorn3 03505e815c Fix rustc test suite 2025-08-24 14:07:32 +00:00
bjorn3 8c3a60c087 Fix rustc test suite 2025-08-21 13:25:12 +00:00
bjorn3 f4383ffa73 Fix rustc test suite 2025-08-18 16:43:49 +00:00
bjorn3 878f319881 Fix rustc test suite 2025-08-05 08:32:33 +00:00
bjorn3 b49356587e Sync from rust 3048886e59 2025-07-31 09:29:00 +00:00
Jieyou Xu b56c50ff1b Update codegen_{cranelift,gcc} and opt-dist to use build.compiletest-allow-stage0 2025-07-30 19:55:07 +08:00
bjorn3 91afcca7c5 Fix rustc testsuite 2025-07-29 14:55:10 +00:00
bjorn3 e7c7bf04a7 Fix rustc testsuite 2025-07-21 09:14:09 +00:00
bjorn3 87c661ebbc Re-enable some rustc tests 2025-07-21 08:55:47 +00:00
bjorn3 8e7174905e Fix rustc testsuite 2025-07-12 15:52:14 +00:00
bjorn3 503612e92f Fix rustc testsuite 2025-07-10 13:12:51 +00:00
bjorn3 2f84e16016 Fix rustc test suite 2025-07-08 14:47:46 +00:00
bjorn3 87e71fe075 Fix rustc test suite 2025-07-07 12:48:18 +00:00
bjorn3 2eccb7a5f8 Fix rustc test suite 2025-07-01 08:21:45 +00:00
bjorn3 aaea8ebdba Fix normalization in linker-warning
Ensure rustc_codegen_cranelift doesn't get normalized to rustc. And
handle -Cpanic=abort.
2025-06-24 09:06:47 +00:00
bjorn3 4f24d142d9 Merge commit '979dcf8e2f213e4f4b645cb62e7fe9f4f2c0c785' into sync_cg_clif-2025-05-25 2025-05-25 18:51:16 +00:00
bjorn3 15dbafa81e Merge commit 'ba315abda789c9f59f2100102232bddb30b0d3d3' into sync_cg_clif-2025-03-30 2025-03-30 15:43:48 +00:00
bjorn3 04e580fcc5 Merge commit '8332329f83d4ef34479fec67cc21b21246dca6b5' into sync_cg_clif-2025-02-07 2025-02-07 20:58:27 +00:00
bjorn3 f14111806d Merge commit '728bc27f32c05ac8a9b5eb33fd101e479072984f' into sync_cg_clif-2025-01-20 2025-01-20 15:30:04 +00:00
Erick Tryzelaar 3998964879 Only test proc-macro invalid compile flags with panic=unwind
Fuchsia explicitly builds rust and all rust targets with `-C
panic=abort` to minimize code generation size. However, when compiling a
proc-macro with this setting it can cause a warning to be emitted, which
breaks `tests/ui/invalid-compile-flags/crate-type-flag.rs`. This hasn't
been a problem in the past for us since we compile our proc macros on
host, rather than inside Fuchsia.

This attempts to fix the issue by explicitly requiring that we're using
the unwinder when compiling this test to avoid the warning being
emitted.

Fixes #135223
2025-01-08 18:00:26 +00:00
bjorn3 a2d78f77f4 Merge commit '918acafef682d0d0ca30b47de4768210417ff362' into sync_cg_clif-2025-01-05 2025-01-05 15:44:46 +00:00
bjorn3 e8ad19987d Merge commit '57845a397ec15e4e6a561ed2c4bfa3dcf49144fb' into sync_cg_clif-2024-12-06 2024-12-06 12:10:30 +00:00
bjorn3 e2a5108657 Merge commit '5b1246bb4bed72fd0bb8fa497d8e5ed2c7f3515c' into sync_cg_clif-2024-11-02 2024-11-02 14:53:30 +00:00
bjorn3 32b608a439 Merge commit '6d35b4c9a04580366fd800692a5b5db79d766530' into sync_cg_clif-2024-09-22 2024-09-23 11:20:46 +00:00
bjorn3 3ea9313de3 Merge commit '69b3f5a426a5c1c05236a45b36f6679d95fbe01b' into sync_cg_clif-2024-08-09 2024-08-09 17:18:46 +00:00
bjorn3 d0d2e60886 Merge commit '659243d85c7489412bd0faa1c068d904a6042941' into sync_cg_clif-2024-07-13 2024-07-13 18:39:03 +00:00
bjorn3 5adaed06a0 Merge commit '49cd5dd454d0115cfbe9e39102a8b3ba4616aa40' into sync_cg_clif-2024-06-30 2024-06-30 11:28:14 +00:00
bjorn3 ed7d97e4c8 Merge commit '3270432f4b0583104c8b9b6f695bf97d6bbf3ac2' into sync_cg_clif-2024-05-13 2024-05-13 13:26:33 +00:00
bjorn3 e243f8d0e3 Merge commit '89f54caacf90e99fc8ba0d60a28bdadea3cfdf1e' into sync_cg_clif-2024-04-11 2024-04-11 10:42:48 +00:00
bjorn3 c5c31447a7 Merge commit '09fae60a86b848a2fc0ad219ecc4e438dc1eef86' into sync_cg_clif-2024-03-28 2024-03-28 11:43:35 +00:00
Matthias Krüger 22e4175bd6 Rollup merge of #123034 - bjorn3:test_ignores, r=compiler-errors
Add a bunch of needs-unwind annotations to tests

To filter out tests that fail with cg_clif due to missing panic=unwind support.
2024-03-25 17:05:36 +01:00