From ec635c002b99371c1c45d98df0e5664bdb57a644 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 11 Apr 2023 11:22:15 +0200 Subject: Add ignore-debug to two tests These don't optimize with debug assertions. For one of them, this is due to the new alignment checks, for the other I'm not sure what specifically blocks it. --- tests/codegen/issues/issue-101082.rs | 1 + tests/codegen/issues/issue-101814.rs | 1 + 2 files changed, 2 insertions(+) (limited to 'tests/codegen') diff --git a/tests/codegen/issues/issue-101082.rs b/tests/codegen/issues/issue-101082.rs index effe8f4a60e..27387d0c119 100644 --- a/tests/codegen/issues/issue-101082.rs +++ b/tests/codegen/issues/issue-101082.rs @@ -1,5 +1,6 @@ // compile-flags: -O // min-llvm-version: 16 +// ignore-debug: the debug assertions get in the way #![crate_type = "lib"] diff --git a/tests/codegen/issues/issue-101814.rs b/tests/codegen/issues/issue-101814.rs index 4e4745ed633..13796352c02 100644 --- a/tests/codegen/issues/issue-101814.rs +++ b/tests/codegen/issues/issue-101814.rs @@ -1,5 +1,6 @@ // compile-flags: -O // min-llvm-version: 16 +// ignore-debug: the debug assertions get in the way #![crate_type = "lib"] -- cgit 1.4.1-3-g733a5