[debuginfo-tests] 8e40620 - XFAIL dexter tests on Darwin.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 11:23:02 PDT 2019


Author: Adrian Prantl
Date: 2019-10-31T11:22:19-07:00
New Revision: 8e406204418895f7b09d1a9a3f8037e741a43968

URL: https://github.com/llvm/llvm-project/commit/8e406204418895f7b09d1a9a3f8037e741a43968
DIFF: https://github.com/llvm/llvm-project/commit/8e406204418895f7b09d1a9a3f8037e741a43968.diff

LOG: XFAIL dexter tests on Darwin.

These fail parsing command line arguments.

Added: 
    

Modified: 
    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

Removed: 
    


################################################################################
diff  --git a/debuginfo-tests/dexter/feature_tests/subtools/help/help.test b/debuginfo-tests/dexter/feature_tests/subtools/help/help.test
index e008147b7cc9..afc46526f167 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 c8f4a8902759..2f9feaace445 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 25421f397d1d..a688bb02bc28 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 051ee12fb116..477d05d9319a 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 5092eb7e2165..8e8e401b467d 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 919528fd847a..98daaa6345c7 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 58a4f33404d1..6b09aa99cc80 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 66e422ed629b..cbb5b755e55f 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 d7f9d17ac362..1662649b0e81 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.
 


        


More information about the llvm-commits mailing list