OSDN Git Service

XFAIL dexter tests on Darwin.
authorAdrian Prantl <aprantl@apple.com>
Thu, 31 Oct 2019 18:22:19 +0000 (11:22 -0700)
committerAdrian Prantl <aprantl@apple.com>
Thu, 31 Oct 2019 18:22:19 +0000 (11:22 -0700)
These fail parsing command line arguments.

debuginfo-tests/dexter/feature_tests/subtools/help/help.test
debuginfo-tests/dexter/feature_tests/subtools/list-debuggers/list-debuggers.test
debuginfo-tests/dexter/feature_tests/subtools/test/err_paren.cpp
debuginfo-tests/dexter/feature_tests/subtools/test/err_paren_mline.cpp
debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax.cpp
debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax_mline.cpp
debuginfo-tests/dexter/feature_tests/subtools/test/err_type.cpp
debuginfo-tests/dexter/feature_tests/subtools/test/err_type_mline.cpp
debuginfo-tests/dexter/feature_tests/unittests/run.test

index 25421f3..a688bb0 100644 (file)
@@ -1,3 +1,4 @@
+// XFAIL: darwin
 // Purpose:
 //      Check that parsing bad commands gives a useful error.
 //          - Unbalanced parenthesis
index 051ee12..477d05d 100644 (file)
@@ -1,3 +1,4 @@
+// XFAIL: darwin
 // Purpose:
 //      Check that parsing bad commands gives a useful error.
 //          - Unbalanced parenthesis over multiple lines
index 5092eb7..8e8e401 100644 (file)
@@ -1,3 +1,4 @@
+// XFAIL: darwin
 // Purpose:
 //      Check that parsing bad commands gives a useful error.
 //          - Syntax error (misplaced ',')
index 919528f..98daaa6 100644 (file)
@@ -1,3 +1,4 @@
+// XFAIL: darwin
 // Purpose:
 //      Check that parsing bad commands gives a useful error.
 //          - Syntax error (misplaced ',') over multiple lines
index 58a4f33..6b09aa9 100644 (file)
@@ -1,3 +1,4 @@
+// XFAIL: darwin
 // Purpose:
 //      Check that parsing bad commands gives a useful error.
 //          - Type error (missing args)
index 66e422e..cbb5b75 100644 (file)
@@ -1,3 +1,4 @@
+// XFAIL: darwin
 // Purpose:
 //      Check that parsing bad commands gives a useful error.
 //          - Type error (missing args) over multple lines