[debuginfo-tests] 2993850 - [debuginfo-tests] Skip optnone-loops.cpp on Darwin

Jonas Devlieghere via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 13:05:39 PST 2020


Author: Jonas Devlieghere
Date: 2020-11-06T13:05:33-08:00
New Revision: 2993850237b089d134cec2776312b61ef9bff757

URL: https://github.com/llvm/llvm-project/commit/2993850237b089d134cec2776312b61ef9bff757
DIFF: https://github.com/llvm/llvm-project/commit/2993850237b089d134cec2776312b61ef9bff757.diff

LOG: [debuginfo-tests] Skip optnone-loops.cpp on Darwin

This is failing on GreenDragon:
http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/24745/

Added: 
    

Modified: 
    debuginfo-tests/dexter-tests/optnone-loops.cpp

Removed: 
    


################################################################################
diff  --git a/debuginfo-tests/dexter-tests/optnone-loops.cpp b/debuginfo-tests/dexter-tests/optnone-loops.cpp
index 283c766180ec..c7fe7ebe0e20 100644
--- a/debuginfo-tests/dexter-tests/optnone-loops.cpp
+++ b/debuginfo-tests/dexter-tests/optnone-loops.cpp
@@ -3,6 +3,7 @@
 
 // REQUIRES: lldb
 // UNSUPPORTED: system-windows
+// UNSUPPORTED: system-darwin
 
 // RUN: %dexter --fail-lt 1.0 -w \
 // RUN:     --builder 'clang' --debugger 'lldb' \


        


More information about the llvm-commits mailing list