[Lldb-commits] [lldb] r370616 - [lldb][NFC] Fix failing tests on macOS after restructuring test folder

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Sun Sep 1 09:30:06 PDT 2019


Author: teemperor
Date: Sun Sep  1 09:30:06 2019
New Revision: 370616

URL: http://llvm.org/viewvc/llvm-project?rev=370616&view=rev
Log:
[lldb][NFC] Fix failing tests on macOS after restructuring test folder

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/commands/add-dsym/uuid/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-throws/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash-incomplete-record/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash-lambda/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash1/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash2/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/expression/context-object-objc/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/expression/fixits/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import_builtin_fileid/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/expression/macros/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_cpp_and_c/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_obj_c/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persist_objc_pointeetype/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/expression/po_verbosity/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/expression/two-files/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/expression/weak_symbols/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/array/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/bad-reference/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/complicated-expression/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-argument/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-function-return/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-this/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/inheritance/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/local-variable/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/virtual-method-call/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/frame/recognizer/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/Makefile

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/add-dsym/uuid/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/add-dsym/uuid/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/add-dsym/uuid/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/add-dsym/uuid/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
 
 CXX_SOURCES := main.cpp
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-throws/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-throws/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-throws/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-throws/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
 
 OBJC_SOURCES := call-throws.m
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash-incomplete-record/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash-incomplete-record/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash-incomplete-record/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash-incomplete-record/Makefile Sun Sep  1 09:30:06 2019
@@ -1,3 +1,3 @@
-LEVEL = ../../make
+LEVEL = ../../../make
 CXX_SOURCES := main.cpp
 include $(LEVEL)/Makefile.rules

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash-lambda/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash-lambda/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash-lambda/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash-lambda/Makefile Sun Sep  1 09:30:06 2019
@@ -1,3 +1,3 @@
-LEVEL = ../../make
+LEVEL = ../../../make
 CXX_SOURCES := main.cpp
 include $(LEVEL)/Makefile.rules

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash1/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash1/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash1/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash1/Makefile Sun Sep  1 09:30:06 2019
@@ -1,3 +1,3 @@
-LEVEL = ../../make
+LEVEL = ../../../make
 CXX_SOURCES := main.cpp
 include $(LEVEL)/Makefile.rules

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash2/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash2/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash2/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash2/Makefile Sun Sep  1 09:30:06 2019
@@ -1,3 +1,3 @@
-LEVEL = ../../make
+LEVEL = ../../../make
 CXX_SOURCES := main.cpp
 include $(LEVEL)/Makefile.rules

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/context-object-objc/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/context-object-objc/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/context-object-objc/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/context-object-objc/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
 
 OBJC_SOURCES := main.m
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/fixits/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/fixits/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/fixits/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/fixits/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
 
 CXX_SOURCES := main.cpp
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import_builtin_fileid/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import_builtin_fileid/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import_builtin_fileid/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import_builtin_fileid/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
 
 OBJC_SOURCES := main.m
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/macros/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/macros/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/macros/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/macros/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
 
 CXX_SOURCES := main.cpp
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_cpp_and_c/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_cpp_and_c/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_cpp_and_c/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_cpp_and_c/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
 
 CXX_SOURCES := main.cpp
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_obj_c/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_obj_c/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_obj_c/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_obj_c/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
 OBJCXX_SOURCES := main.mm util.mm
 include $(LEVEL)/Makefile.rules
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persist_objc_pointeetype/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persist_objc_pointeetype/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persist_objc_pointeetype/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persist_objc_pointeetype/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
 
 OBJC_SOURCES := main.m
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/po_verbosity/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/po_verbosity/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/po_verbosity/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/po_verbosity/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
 
 OBJC_SOURCES := main.m
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/two-files/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/two-files/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/two-files/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/two-files/Makefile Sun Sep  1 09:30:06 2019
@@ -1,7 +1,7 @@
-LEVEL = ../../make
+LEVEL = ../../../make
 
 OBJC_SOURCES := main.m foo.m
 
 include $(LEVEL)/Makefile.rules
 
-LDFLAGS += -framework Foundation
\ No newline at end of file
+LDFLAGS += -framework Foundation

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/weak_symbols/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/weak_symbols/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/weak_symbols/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/weak_symbols/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
 CFLAGS_EXTRAS += -std=c99
 LD_FLAGS := -dynamiclib
 include $(LEVEL)/Makefile.rules

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/array/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/array/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/array/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/array/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
 
 C_SOURCES := main.c
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/bad-reference/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/bad-reference/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/bad-reference/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/bad-reference/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
 
 CXX_SOURCES := main.cpp
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/complicated-expression/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/complicated-expression/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/complicated-expression/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/complicated-expression/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
 
 C_SOURCES := main.c
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-argument/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-argument/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-argument/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-argument/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
 
 C_SOURCES := main.c
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-function-return/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-function-return/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-function-return/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-function-return/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
 
 CXX_SOURCES := main.cpp
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-this/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-this/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-this/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-this/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
 
 CXX_SOURCES := main.cpp
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/inheritance/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/inheritance/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/inheritance/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/inheritance/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
 
 CXX_SOURCES := main.cpp
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/local-variable/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/local-variable/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/local-variable/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/local-variable/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
 
 C_SOURCES := main.c
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/virtual-method-call/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/virtual-method-call/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/virtual-method-call/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/frame/diagnose/virtual-method-call/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
 
 CXX_SOURCES := main.cpp
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/frame/recognizer/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/frame/recognizer/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/frame/recognizer/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/frame/recognizer/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
 
 OBJC_SOURCES := main.m
 

Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/Makefile?rev=370616&r1=370615&r2=370616&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/Makefile Sun Sep  1 09:30:06 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
 
 CXX_SOURCES := main.cpp
 




More information about the lldb-commits mailing list