Skip to content

Commit 43d70e4

Browse files
committed
[DebugInfoTests] Mark debuginfo 'optnone-*' tests unsupported on darwin
The optnone tests, following the removal of the Dexter builder in a prior patch (45a40c1), are experiencing intermittent failures. This patch marks them unsupported to be fixed in a new commit, rather than reverting the Dexter patch.
1 parent 3401b30 commit 43d70e4

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

cross-project-tests/debuginfo-tests/dexter-tests/optnone-fastmath.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
// RUN: --binary %t --debugger 'lldb' -- %s
77

88
// REQUIRES: lldb
9-
// UNSUPPORTED: system-windows
9+
// Currently getting intermittent failures on darwin.
10+
// UNSUPPORTED: system-windows, system-darwin
1011

1112
//// Check that the debugging experience with __attribute__((optnone)) at O2
1213
//// matches O0. Test scalar floating point arithmetic with -ffast-math.

cross-project-tests/debuginfo-tests/dexter-tests/optnone-simple-functions.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
// RUN: --binary %t --debugger 'lldb' -- %s
77

88
// REQUIRES: lldb, D136396
9-
// UNSUPPORTED: system-windows
9+
// Currently getting intermittent failures on darwin.
10+
// UNSUPPORTED: system-windows, system-darwin
1011

1112
//// Check that the debugging experience with __attribute__((optnone)) at O2
1213
//// matches O0. Test simple functions performing simple arithmetic

cross-project-tests/debuginfo-tests/dexter-tests/optnone-struct-and-methods.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
// RUN: --binary %t --debugger 'lldb' -- %s
77

88
// REQUIRES: lldb
9-
// UNSUPPORTED: system-windows
9+
// Currently getting intermittent failures on darwin.
10+
// UNSUPPORTED: system-windows, system-darwin
1011

1112
//// Check that the debugging experience with __attribute__((optnone)) at O2
1213
//// matches O0. Test simple structs and methods.

cross-project-tests/debuginfo-tests/dexter-tests/optnone-vectors-and-functions.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
// RUN: --binary %t --debugger 'lldb' -- %s
77

88
// REQUIRES: lldb
9-
// UNSUPPORTED: system-windows
9+
// Currently getting intermittent failures on darwin.
10+
// UNSUPPORTED: system-windows, system-darwin
1011

1112
//// Check that the debugging experience with __attribute__((optnone)) at O2
1213
//// matches O0. Test simple template functions performing simple arithmetic

0 commit comments

Comments
 (0)