bjorn3
35b431884f
Disable test broken due to upstream bug
2024-02-15 10:21:06 +00:00
bjorn3
7325d0de63
Merge commit '26c02eb2904da9a53d2220d4f3069b19a3c81d3d' into sync_cg_clif-2023-12-24
2023-12-24 14:35:19 +00:00
bjorn3
289a274036
Disable a rustc test that depends on -Cpanic=unwind
2023-12-22 11:58:54 +00:00
bjorn3
e935766d57
Ignore a rustc test that needs LTO support
2023-12-22 11:37:25 +00:00
bjorn3
dab8395deb
Implement simd_masked_store
2023-12-19 19:04:40 +00:00
bjorn3
a4be90ed16
Merge commit '3a9bf729322fb5035518f99b9d76a742bf7c124e' into sync_cg_clif-2023-12-19
2023-12-19 12:46:39 +00:00
bjorn3
973dd562e8
fix computing the offset of an unsized field in a packed struct
...
cc rust-lang/rust#118540
Fixes rust-lang/rustc_codegen_cranelift#1435
2023-12-18 18:12:29 +00:00
bjorn3
1ab05b6cbe
fix dynamic size/align computation logic for packed types with dyn trait tail
...
cc rust-lang/rust#118538
2023-12-18 16:13:54 +00:00
bjorn3
7ec47d1290
Fix rustc test suite
2023-12-12 12:47:28 +00:00
bjorn3
3ff8e7bd7c
Fix rustc test suite
2023-12-07 18:23:39 +00:00
bjorn3
1988cf4a18
Merge commit '710c67909d034e1c663174a016ca82b95c2d6c12' into sync_cg_clif-2023-11-25
2023-11-25 10:05:52 +00:00
bjorn3
86fc533a71
Re-enable rustc test that was disabled due to a rustc bug
2023-11-25 09:40:02 +00:00
bjorn3
d49fd9f877
Merge commit 'c84d1871dc4456539b7b578830268ab3539915d0' into sync_cg_clif-2023-11-10
2023-11-10 11:30:51 +00:00
bjorn3
6e7961ac5d
Sync from rust 0f44eb32f1
2023-11-10 11:10:26 +00:00
Nicholas Nethercote
8eca01f4b6
Remove support for compiler plugins.
...
They've been deprecated for four years.
This commit includes the following changes.
- It eliminates the `rustc_plugin_impl` crate.
- It changes the language used for lints in
`compiler/rustc_driver_impl/src/lib.rs` and
`compiler/rustc_lint/src/context.rs`. External lints are now called
"loaded" lints, rather than "plugins" to avoid confusion with the old
plugins. This only has a tiny effect on the output of `-W help`.
- E0457 and E0498 are no longer used.
- E0463 is narrowed, now only relating to unfound crates, not plugins.
- The `plugin` feature was moved from "active" to "removed".
- It removes the entire plugins chapter from the unstable book.
- It removes quite a few tests, mostly all of those in
`tests/ui-fulldeps/plugin/`.
Closes #29597 .
2023-11-04 08:50:46 +11:00
bjorn3
ef3703694f
Disable a couple of rustc tests which are broken due to a rustc bug
2023-11-02 10:27:56 +00:00
bjorn3
e472b5573a
Merge commit 'c07d1e2f88cb3b1a0604ae8f18b478c1aeb7a7fa' into sync_cg_clif-2023-10-21
2023-10-21 19:54:51 +00:00
bjorn3
c07d1e2f88
Use same --remap-path-prefix as bootstrap for testing the rustc test suite
...
This allows removing the CFG_VIRTUAL_RUST_SOURCE_BASE_DIR hack and
re-enabling a fair amount of tests.
2023-10-21 19:01:08 +00:00
bjorn3
f414e265a7
Sync from rust 249624b504
2023-10-21 11:26:32 +00:00
Oli Scherer
8e264ab07a
s/Generator/Coroutine/
2023-10-20 21:10:38 +00:00
bjorn3
49987faf87
Fix rustc test suite
2023-10-19 13:20:25 +00:00
bjorn3
ca53d2e8bb
Change producer string to have the rustc producer string as prefix
...
This fixes the comment-section run-make test
2023-10-14 13:46:55 +00:00
bjorn3
5a9b81a91e
Re-enable a bunch of fixed rustc tests
2023-10-14 13:37:03 +00:00
bjorn3
5d85a24442
Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-2023-10-09
2023-10-09 08:52:46 +00:00
bjorn3
2672876b63
Run inline asm rustc tests on CI
2023-10-08 09:50:20 +00:00
bjorn3
ca18301dfe
Fix rustc test suite
2023-09-26 16:51:46 +00:00
bjorn3
aab17ccd19
Fix rustc test suite
2023-09-14 17:58:00 +00:00
bjorn3
f2211c5242
Merge commit 'dda103b1e33c4902deca8bccf614991ada781fa6' into sync_cg_clif-2023-09-06
2023-09-06 18:51:03 +00:00
bjorn3
0559de6567
Fix rustc test suite
2023-09-01 13:08:16 +00:00
bjorn3
59cabd7032
Merge commit '8f9ac9c22d6594cf059d8e6c71d414cc5ccd7975' into sync_cg_clif-2023-08-09
2023-08-09 18:20:12 +00:00
bjorn3
716dcb7793
Fix rustc test suite
2023-08-09 10:33:57 +00:00
bjorn3
e8168ce8a3
Merge commit '1eded3619d0e55d57521a259bf27a03906fdfad0' into sync_cg_clif-2023-07-22
2023-07-22 13:32:34 +00:00
bjorn3
ebe2825966
Fix rustc test suite
2023-07-22 11:27:49 +00:00
bjorn3
8b9187dfec
Fix rustc test suite
2023-07-12 14:47:23 +00:00
bjorn3
81ea0b29ea
Merge commit '8830dccd1d4c74f1f69b0d3bd982a3f1fcde5807' into sync_cg_clif-2023-06-15
2023-06-15 17:56:01 +00:00
bjorn3
45781e107c
Fix rustc test suite
2023-06-13 12:31:34 +00:00
bjorn3
62e603527d
Don't explicitly remove needs-unwind tests
...
Compiletest now respects panic=abort in the --print cfg output
2023-05-28 11:04:15 +00:00
bjorn3
202b14c802
Fix rustc test suite
2023-05-26 08:40:39 +00:00
bjorn3
e39191594f
Support _mm_movemask_ps
2023-05-12 17:07:38 +00:00
bjorn3
899d193c9d
Implement a couple more platform intrinsics
2023-05-12 17:07:31 +00:00
bjorn3
ecbb33a71b
Implement and fix a couple more simd intrinsics
2023-05-12 13:25:58 +00:00
bjorn3
f6ba10dead
Fix rustc test suite
2023-05-12 12:58:56 +00:00
bjorn3
4ef286c038
Fix rustc test suite
2023-05-05 12:46:12 +00:00
bjorn3
8bf550e616
Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into sync_cg_clif-2023-04-29
2023-04-29 12:00:43 +00:00
bjorn3
0c79ce3bac
Add two fixmes
2023-04-25 17:40:12 +00:00
bjorn3
a7c797909c
Make rustdoc using run-make tests work
2023-04-25 13:43:27 +00:00
bjorn3
dfaeab8c5c
Fix rustc test suite
...
A lot of tests were moved from run-make-fulldeps to run-make. Only the
later test suite is currently tested.
2023-04-10 13:43:51 +00:00
bjorn3
c4b379460f
Use --nocapture instead of RUST_TEST_NOCAPTURE
...
RUST_TEST_NOCAPTURE is no longer respected
2023-04-09 13:25:41 +00:00
bjorn3
fd4e1d55ea
Fix rustc test suite
2023-03-30 12:38:09 +00:00
bjorn3
d0547f4c99
Run ui/extern tests from the rustc test suite
2023-03-26 17:34:40 +00:00
bjorn3
eed1f75415
Don't store vector types in ssa variables
...
They have been causing a lot of trouble. For example current MIR
building thinks that it is fine to dynamically index into them. And
there are different paths depending on if the repr(simd) struct uses
fields or a single array as interior. There is also trouble with moving
the inner array of a repr(simd) type that is an array wrapper.
If performance becomes a concern, I will implement this in a more
principled way.
2023-03-25 14:30:12 +00:00
bjorn3
7b3bd56ed9
Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-2023-03-15
2023-03-15 14:41:48 +00:00
bjorn3
0b9e8c65d5
Fix rustc test suite
2023-03-10 13:44:34 +00:00
bjorn3
906b00e111
Fix rustc test suite
2023-03-04 12:59:27 +00:00
bjorn3
37c269e16a
Fix typo
2023-02-19 17:56:34 +00:00
bjorn3
ef6df7e814
Handle wrappers around dyn* in receiver types
...
Fixes #1324
2023-02-19 17:41:08 +00:00
bjorn3
9e6dfba383
Allow codegen to unsize dyn* to dyn
...
cg_clif counterpart to rust-lang/rust#106532
2023-02-19 17:22:03 +00:00
bjorn3
56951e4f2b
Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into sync_cg_clif-2023-02-09
2023-02-09 12:38:16 +01:00
bjorn3
572e32b4cd
Fix rustc test suite
2023-01-31 17:39:19 +00:00
bjorn3
b67610f98a
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
2023-01-24 18:56:42 +01:00
bjorn3
6c58be8e51
Fix rustc test suite
2023-01-20 15:35:50 +00:00
bjorn3
954dfd1198
Sync from rust 56ee85274e
2023-01-20 12:22:21 +01:00
Albert Larsan
4e47bd0464
Change src/test
to tests
in source files, fix tidy and tests
2023-01-11 09:32:13 +00:00
bjorn3
571405deea
Enable some fixed rustc tests
...
cc #381
2023-01-04 15:30:20 +00:00
bjorn3
1c724ee6d0
Re-enable some rustc tests
2022-12-16 13:29:26 +00:00
bjorn3
98a276b589
Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602' into sync_cg_clif-2022-12-14
2022-12-14 19:30:46 +01:00
bjorn3
a89cef5a0a
Update rustc test suite failure list
2022-12-11 11:14:26 +00:00
bjorn3
3cf8994780
Ignore out-of-stack test
...
cc #1301
2022-12-01 15:40:52 +01:00
bjorn3
26d48c9a37
Rename the build/ directory to dist/
...
This will allow putting all temporary build artifacts in build/ in the
future, keeping all the build output artifacts in dist/
2022-11-28 13:01:49 +00:00
bjorn3
24ebf425ae
Update rustc test suite failure list
2022-11-22 19:29:06 +00:00
bjorn3
449f95b7a5
Update rustc test suite failure list
2022-11-03 11:55:06 +00:00
bjorn3
9950bd1dc5
Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into sync_cg_clif-2022-10-23
2022-10-23 16:22:55 +02:00
bjorn3
7a9abf5ab2
Update rustc test suite failure list
2022-10-23 14:14:35 +02:00
bjorn3
887ca1fd2a
Update rustc test suite failure list
2022-09-25 14:06:07 +00:00
bjorn3
d82b696594
Update for latests rustc test suite changes
2022-09-15 16:14:29 +00:00
bjorn3
640c3f730a
Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-2022-07-25
2022-07-25 16:07:57 +02:00
bjorn3
fd2669d1e9
Fix -Zpolymorphize
2022-07-25 13:17:53 +00:00
bjorn3
5fcedf62df
Update for changes to the rustc test suite
2022-07-18 11:57:22 +00:00
bjorn3
b8aab37464
Update for changes to the rustc test suite
2022-07-03 13:41:29 +00:00
bjorn3
8a4557e01c
Update for changes to the rustc test suite
2022-06-23 14:32:08 +00:00
bjorn3
ec841f58d3
Fix running rustc tests
...
There are still two failures due to incorrect test annotations
2022-06-09 14:56:53 +00:00
bjorn3
d9025cebac
Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-2022-05-15
2022-05-15 12:32:19 +02:00
bjorn3
f3fc94f239
Fix #[track_caller] with MIR inlining
2022-04-30 15:01:57 +02:00
bjorn3
f429b4093f
Fix running the rustc test suite
2022-04-27 14:09:41 +02:00
bjorn3
32202f20cd
Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-2022-04-22
2022-04-22 21:11:38 +02:00
MikaelUrankar
83d470d91c
Don't assume /bin/bash is available on every system. ( #1223 )
...
Co-authored-by: MikaelUrankar <mikael.urankar@gmail.com>
2022-04-14 14:18:13 +02:00
bjorn3
557a09f6b5
Ignore broken rustc test
2022-04-05 12:46:56 +02:00
bjorn3
3c030e2425
Fix NaN handling of simd float min and max operations
2022-03-25 20:25:11 +01:00
bjorn3
f3d97cce27
Fix saturating float casts test
...
Fixes #737
2022-03-25 19:32:14 +01:00
bjorn3
cf1149fb38
Update list of ignored rustc tests
2022-03-22 12:35:49 +01:00
bjorn3
d1904e5855
Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-2022-03-20
2022-03-20 16:55:21 +01:00
bjorn3
370c397ec9
Run part of the simd test suite
2022-03-20 12:14:24 +01:00
bjorn3
636fb020c4
Ignore rustc tests with needs-unwind directive
2022-03-20 12:14:24 +01:00
bjorn3
e7e5016207
Move test and clarify problem of some other tests
2022-03-20 12:14:24 +01:00
bjorn3
afd59464a9
Reorganize test list
2022-03-18 16:38:28 +01:00
bjorn3
d1c8cf76b0
Run tests with warnings
2022-03-18 15:38:58 +01:00
bjorn3
fc80e8b970
Re-enable fixed tests
2022-03-18 14:46:40 +01:00
bjorn3
ce577f7f12
Fix and re-enable some rustc tests
...
* Set `config.opts.trimmed_def_paths` to `GoodPath` to trim def paths in
error messages as expected by the rustc test suite
* Fix `$SRC_DIR` normalization for out of tree compiled standard library
2022-03-17 20:59:39 +01:00
bjorn3
7eb454124f
Update list of ignores rustc tests
2022-03-13 19:24:57 +01:00
bjorn3
b5cbb87e62
Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-2022-02-23
2022-02-23 11:49:34 +01:00