[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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user