Skip to content

Commit e0130a0

Browse files
author
git apple-llvm automerger
committed
Merge commit '1b3f80127765' from apple/master into swift/master-next
2 parents 32a38fd + 1b3f801 commit e0130a0

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

debuginfo-tests/dexter/feature_tests/subtools/help/help.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
XFAIL: darwin
12
Purpose:
23
Check the `help` subtool runs.
34

debuginfo-tests/dexter/feature_tests/subtools/list-debuggers/list-debuggers.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
XFAIL: darwin
12
Purpose:
23
Check the `list-debuggers` subtool runs.
34

debuginfo-tests/dexter/feature_tests/subtools/test/err_paren.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// XFAIL: darwin
12
// Purpose:
23
// Check that parsing bad commands gives a useful error.
34
// - Unbalanced parenthesis

debuginfo-tests/dexter/feature_tests/subtools/test/err_paren_mline.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// XFAIL: darwin
12
// Purpose:
23
// Check that parsing bad commands gives a useful error.
34
// - Unbalanced parenthesis over multiple lines

debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// XFAIL: darwin
12
// Purpose:
23
// Check that parsing bad commands gives a useful error.
34
// - Syntax error (misplaced ',')

debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax_mline.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// XFAIL: darwin
12
// Purpose:
23
// Check that parsing bad commands gives a useful error.
34
// - Syntax error (misplaced ',') over multiple lines

debuginfo-tests/dexter/feature_tests/subtools/test/err_type.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// XFAIL: darwin
12
// Purpose:
23
// Check that parsing bad commands gives a useful error.
34
// - Type error (missing args)

debuginfo-tests/dexter/feature_tests/subtools/test/err_type_mline.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// XFAIL: darwin
12
// Purpose:
23
// Check that parsing bad commands gives a useful error.
34
// - Type error (missing args) over multple lines

debuginfo-tests/dexter/feature_tests/unittests/run.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
XFAIL: darwin
12
Purpose:
23
Run DExTer unit tests.
34

0 commit comments

Comments
 (0)