[Lldb-commits] [lldb] r371015 - [dotest] Delete trivial inline test makefiles

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 4 23:55:23 PDT 2019


Author: labath
Date: Wed Sep  4 23:55:23 2019
New Revision: 371015

URL: http://llvm.org/viewvc/llvm-project?rev=371015&view=rev
Log:
[dotest] Delete trivial inline test makefiles

inline tests are able to generate these automatically

Removed:
    lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash-incomplete-record/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/dollar-in-variable/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar42038760/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/expression/unicode-in-variable/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/frame/var-scope/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/source/info/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/commands/statistics/basic/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/dump_dynamic/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/setvaluefromcstring/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/stringprinter/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/typedef_array/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/issue_verification/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/lang/c/offsetof/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/lang/c/struct_types/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/const_this/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/extern_c/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/function-template-parameter-pack/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/function_refs/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/llvm-style/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/namespace_conflicts/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/offsetof/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/operators/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/symbols/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/virtual-overload/Makefile
    lldb/trunk/packages/Python/lldbsuite/test/python_api/sbvalue_const_addrof/Makefile

Removed: 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=371014&view=auto
==============================================================================
--- 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 (removed)
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules

Removed: 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=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash1/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash1/Makefile (removed)
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules

Removed: 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=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash2/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion-crash2/Makefile (removed)
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/dollar-in-variable/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/dollar-in-variable/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/dollar-in-variable/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/dollar-in-variable/Makefile (removed)
@@ -1,2 +0,0 @@
-C_SOURCES := main.c
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar42038760/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar42038760/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar42038760/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar42038760/Makefile (removed)
@@ -1,2 +0,0 @@
-C_SOURCES := main.c
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Makefile (removed)
@@ -1,2 +0,0 @@
-C_SOURCES := main.c
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/unicode-in-variable/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/unicode-in-variable/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/unicode-in-variable/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/unicode-in-variable/Makefile (removed)
@@ -1,3 +0,0 @@
-CXX_SOURCES := main.cpp
-CXX_FLAGS_EXTRA := -finput-charset=UTF-8 -fextended-identifiers
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/commands/frame/var-scope/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/frame/var-scope/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/frame/var-scope/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/frame/var-scope/Makefile (removed)
@@ -1,2 +0,0 @@
-C_SOURCES := main.c
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/commands/source/info/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/source/info/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/source/info/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/source/info/Makefile (removed)
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp second.cpp
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/commands/statistics/basic/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/statistics/basic/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/statistics/basic/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/statistics/basic/Makefile (removed)
@@ -1,2 +0,0 @@
-C_SOURCES := main.c
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/dump_dynamic/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/dump_dynamic/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/dump_dynamic/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/dump_dynamic/Makefile (removed)
@@ -1,4 +0,0 @@
-CXX_SOURCES := main.cpp
-CXXFLAGS += -std=c++11
-
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/setvaluefromcstring/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/setvaluefromcstring/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/setvaluefromcstring/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/setvaluefromcstring/Makefile (removed)
@@ -1,3 +0,0 @@
-OBJC_SOURCES := main.m
-include Makefile.rules
-LDFLAGS += -framework Foundation

Removed: lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/stringprinter/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/stringprinter/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/stringprinter/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/stringprinter/Makefile (removed)
@@ -1,4 +0,0 @@
-CXX_SOURCES := main.cpp
-CXXFLAGS += -std=c++11
-
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/typedef_array/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/typedef_array/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/typedef_array/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/typedef_array/Makefile (removed)
@@ -1,3 +0,0 @@
-CXX_SOURCES := main.cpp
-CXXFLAGS += -std=c++11
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/issue_verification/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/issue_verification/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/issue_verification/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/issue_verification/Makefile (removed)
@@ -1,3 +0,0 @@
-CXX_SOURCES := inline_rerun_inferior.cpp
-CXXFLAGS += -std=c++11
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/lang/c/offsetof/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/c/offsetof/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/c/offsetof/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/c/offsetof/Makefile (removed)
@@ -1,2 +0,0 @@
-C_SOURCES := main.c
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/lang/c/struct_types/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/c/struct_types/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/c/struct_types/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/c/struct_types/Makefile (removed)
@@ -1,2 +0,0 @@
-C_SOURCES := main.c
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/Makefile (removed)
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/const_this/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/const_this/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/const_this/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/const_this/Makefile (removed)
@@ -1,7 +0,0 @@
-CXX_SOURCES := main.cpp
-CXXFLAGS += -std=c++11
-include Makefile.rules
-
-cleanup:
-	rm -f Makefile *.d
-

Removed: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/extern_c/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/extern_c/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/extern_c/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/extern_c/Makefile (removed)
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/function-template-parameter-pack/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/function-template-parameter-pack/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/function-template-parameter-pack/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/function-template-parameter-pack/Makefile (removed)
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/function_refs/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/function_refs/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/function_refs/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/function_refs/Makefile (removed)
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/Makefile (removed)
@@ -1,4 +0,0 @@
-CXX_SOURCES = main.cpp
-# CFLAGS_EXTRAS += $(MODULE_DEBUG_INFO_FLAGS)
-
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/llvm-style/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/llvm-style/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/llvm-style/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/llvm-style/Makefile (removed)
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules
\ No newline at end of file

Removed: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/namespace_conflicts/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/namespace_conflicts/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/namespace_conflicts/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/namespace_conflicts/Makefile (removed)
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/offsetof/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/offsetof/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/offsetof/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/offsetof/Makefile (removed)
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/operators/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/operators/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/operators/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/operators/Makefile (removed)
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/symbols/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/symbols/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/symbols/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/symbols/Makefile (removed)
@@ -1,2 +0,0 @@
-CXX_SOURCES := main.cpp
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/virtual-overload/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/virtual-overload/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/virtual-overload/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/virtual-overload/Makefile (removed)
@@ -1,3 +0,0 @@
-CXX_SOURCES := main.cpp
-
-include Makefile.rules

Removed: lldb/trunk/packages/Python/lldbsuite/test/python_api/sbvalue_const_addrof/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/python_api/sbvalue_const_addrof/Makefile?rev=371014&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/python_api/sbvalue_const_addrof/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/python_api/sbvalue_const_addrof/Makefile (removed)
@@ -1,3 +0,0 @@
-CXX_SOURCES := main.cpp
-CXXFLAGS += -std=c++11
-include Makefile.rules




More information about the lldb-commits mailing list