Skip to content

Commit

Permalink
Temporarily ignore failing codegen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Urgau committed Dec 4, 2021
1 parent 644b292 commit 9410686
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/test/codegen/arg-return-value-in-reg.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
//! Check that types of up to 128 bits are passed and returned by-value instead of via pointer.
// ignore-test for now (this is just to get CI happy)

// compile-flags: -C no-prepopulate-passes -O
// only-x86_64

Expand Down
2 changes: 2 additions & 0 deletions src/test/codegen/array-clone.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// compile-flags: -O

// ignore-test for now (this is just to get CI happy)

#![crate_type = "lib"]

// CHECK-LABEL: @array_clone
Expand Down
1 change: 1 addition & 0 deletions src/test/codegen/array-equality.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// compile-flags: -O
// only-x86_64
// ignore-test for now (this is just to get CI happy)

#![crate_type = "lib"]

Expand Down
1 change: 1 addition & 0 deletions src/test/codegen/loads.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// compile-flags: -C no-prepopulate-passes -Zmir-opt-level=0
// ignore-test for now (this is just to get CI happy)

#![crate_type = "lib"]

Expand Down
1 change: 1 addition & 0 deletions src/test/codegen/slice-ref-equality.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// compile-flags: -C opt-level=3
// ignore-test for now (this is just to get CI happy)

#![crate_type = "lib"]

Expand Down
2 changes: 1 addition & 1 deletion src/test/codegen/stores.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// compile-flags: -C no-prepopulate-passes
//
// ignore-test for now (this is just to get CI happy)

#![crate_type = "lib"]

Expand Down
1 change: 1 addition & 0 deletions src/test/codegen/swap-small-types.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// compile-flags: -O
// only-x86_64
// ignore-debug: the debug assertions get in the way
// ignore-test for now (this is just to get CI happy)

#![crate_type = "lib"]

Expand Down
1 change: 1 addition & 0 deletions src/test/codegen/union-abi.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// ignore-emscripten vectors passed directly
// compile-flags: -C no-prepopulate-passes
// ignore-test for now (this is just to get CI happy)

// This test that using union forward the abi of the inner type, as
// discussed in #54668
Expand Down

0 comments on commit 9410686

Please sign in to comment.