diff options
9 files changed, 9 insertions, 0 deletions
diff --git a/debuginfo-tests/dexter/feature_tests/subtools/help/help.test b/debuginfo-tests/dexter/feature_tests/subtools/help/help.test index e008147b7cc..afc46526f16 100644 --- a/debuginfo-tests/dexter/feature_tests/subtools/help/help.test +++ b/debuginfo-tests/dexter/feature_tests/subtools/help/help.test @@ -1,3 +1,4 @@ +XFAIL: darwin Purpose: Check the `help` subtool runs. diff --git a/debuginfo-tests/dexter/feature_tests/subtools/list-debuggers/list-debuggers.test b/debuginfo-tests/dexter/feature_tests/subtools/list-debuggers/list-debuggers.test index c8f4a890275..2f9feaace44 100644 --- a/debuginfo-tests/dexter/feature_tests/subtools/list-debuggers/list-debuggers.test +++ b/debuginfo-tests/dexter/feature_tests/subtools/list-debuggers/list-debuggers.test @@ -1,3 +1,4 @@ +XFAIL: darwin Purpose: Check the `list-debuggers` subtool runs. diff --git a/debuginfo-tests/dexter/feature_tests/subtools/test/err_paren.cpp b/debuginfo-tests/dexter/feature_tests/subtools/test/err_paren.cpp index 25421f397d1..a688bb02bc2 100644 --- a/debuginfo-tests/dexter/feature_tests/subtools/test/err_paren.cpp +++ b/debuginfo-tests/dexter/feature_tests/subtools/test/err_paren.cpp @@ -1,3 +1,4 @@ +// XFAIL: darwin // Purpose: // Check that parsing bad commands gives a useful error. // - Unbalanced parenthesis diff --git a/debuginfo-tests/dexter/feature_tests/subtools/test/err_paren_mline.cpp b/debuginfo-tests/dexter/feature_tests/subtools/test/err_paren_mline.cpp index 051ee12fb11..477d05d9319 100644 --- a/debuginfo-tests/dexter/feature_tests/subtools/test/err_paren_mline.cpp +++ b/debuginfo-tests/dexter/feature_tests/subtools/test/err_paren_mline.cpp @@ -1,3 +1,4 @@ +// XFAIL: darwin // Purpose: // Check that parsing bad commands gives a useful error. // - Unbalanced parenthesis over multiple lines diff --git a/debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax.cpp b/debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax.cpp index 5092eb7e216..8e8e401b467 100644 --- a/debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax.cpp +++ b/debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax.cpp @@ -1,3 +1,4 @@ +// XFAIL: darwin // Purpose: // Check that parsing bad commands gives a useful error. // - Syntax error (misplaced ',') diff --git a/debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax_mline.cpp b/debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax_mline.cpp index 919528fd847..98daaa6345c 100644 --- a/debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax_mline.cpp +++ b/debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax_mline.cpp @@ -1,3 +1,4 @@ +// XFAIL: darwin // Purpose: // Check that parsing bad commands gives a useful error. // - Syntax error (misplaced ',') over multiple lines diff --git a/debuginfo-tests/dexter/feature_tests/subtools/test/err_type.cpp b/debuginfo-tests/dexter/feature_tests/subtools/test/err_type.cpp index 58a4f33404d..6b09aa99cc8 100644 --- a/debuginfo-tests/dexter/feature_tests/subtools/test/err_type.cpp +++ b/debuginfo-tests/dexter/feature_tests/subtools/test/err_type.cpp @@ -1,3 +1,4 @@ +// XFAIL: darwin // Purpose: // Check that parsing bad commands gives a useful error. // - Type error (missing args) diff --git a/debuginfo-tests/dexter/feature_tests/subtools/test/err_type_mline.cpp b/debuginfo-tests/dexter/feature_tests/subtools/test/err_type_mline.cpp index 66e422ed629..cbb5b755e55 100644 --- a/debuginfo-tests/dexter/feature_tests/subtools/test/err_type_mline.cpp +++ b/debuginfo-tests/dexter/feature_tests/subtools/test/err_type_mline.cpp @@ -1,3 +1,4 @@ +// XFAIL: darwin // Purpose: // Check that parsing bad commands gives a useful error. // - Type error (missing args) over multple lines diff --git a/debuginfo-tests/dexter/feature_tests/unittests/run.test b/debuginfo-tests/dexter/feature_tests/unittests/run.test index d7f9d17ac36..1662649b0e8 100644 --- a/debuginfo-tests/dexter/feature_tests/unittests/run.test +++ b/debuginfo-tests/dexter/feature_tests/unittests/run.test @@ -1,3 +1,4 @@ +XFAIL: darwin Purpose: Run DExTer unit tests. |