[DebugInfoTests] Mark debuginfo 'optnone-*' tests unsupported on darwin

The optnone tests, following the removal of the Dexter builder in a
prior patch (45a40c16), are experiencing intermittent failures. This
patch marks them unsupported to be fixed in a new commit, rather than
reverting the Dexter patch.
This commit is contained in:
Stephen Tozer
2023-09-06 16:09:47 +01:00
parent 3401b308f8
commit 43d70e4640
4 changed files with 8 additions and 4 deletions

View File

@@ -6,7 +6,8 @@
// RUN: --binary %t --debugger 'lldb' -- %s
// REQUIRES: lldb
// UNSUPPORTED: system-windows
// Currently getting intermittent failures on darwin.
// UNSUPPORTED: system-windows, system-darwin
//// Check that the debugging experience with __attribute__((optnone)) at O2
//// matches O0. Test scalar floating point arithmetic with -ffast-math.

View File

@@ -6,7 +6,8 @@
// RUN: --binary %t --debugger 'lldb' -- %s
// REQUIRES: lldb, D136396
// UNSUPPORTED: system-windows
// Currently getting intermittent failures on darwin.
// UNSUPPORTED: system-windows, system-darwin
//// Check that the debugging experience with __attribute__((optnone)) at O2
//// matches O0. Test simple functions performing simple arithmetic

View File

@@ -6,7 +6,8 @@
// RUN: --binary %t --debugger 'lldb' -- %s
// REQUIRES: lldb
// UNSUPPORTED: system-windows
// Currently getting intermittent failures on darwin.
// UNSUPPORTED: system-windows, system-darwin
//// Check that the debugging experience with __attribute__((optnone)) at O2
//// matches O0. Test simple structs and methods.

View File

@@ -6,7 +6,8 @@
// RUN: --binary %t --debugger 'lldb' -- %s
// REQUIRES: lldb
// UNSUPPORTED: system-windows
// Currently getting intermittent failures on darwin.
// UNSUPPORTED: system-windows, system-darwin
//// Check that the debugging experience with __attribute__((optnone)) at O2
//// matches O0. Test simple template functions performing simple arithmetic