[lldb][NFC] Fix failing tests after restructuring test folder
authorRaphael Isemann <teemperor@gmail.com>
Sun, 1 Sep 2019 13:36:44 +0000 (13:36 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Sun, 1 Sep 2019 13:36:44 +0000 (13:36 +0000)
Just adjusts all the relative paths in the Makefiles (and
the breakpoint test which seems to rely on the name of its
folder).

llvm-svn: 370611

86 files changed:
lldb/packages/Python/lldbsuite/test/commands/apropos/with-process/Makefile
lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommand.py
lldb/packages/Python/lldbsuite/test/commands/command/nested_alias/Makefile
lldb/packages/Python/lldbsuite/test/commands/command/script/Makefile
lldb/packages/Python/lldbsuite/test/commands/disassemble/basic/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/anonymous-struct/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/argument_passing_restrictions/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/call-function/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/call-restarts/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/cast_int_to_anonymous_enum/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/char/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/class_template_specialization_empty_pack/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/completion/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/context-object/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/dollar-in-variable/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/dont_allow_jit/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/entry-bp/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/expr-in-syscall/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/formatters/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/function_template_specialization_temp_args/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/basic/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/conflicts/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/no-std-module/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr-dbg-info-content/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/inline-namespace/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter-phi-nodes/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/issue_11588/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/options/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/persistent_ptr_update/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/persistent_types/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/persistent_variables/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/pr35310/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/radar_8638051/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/radar_9531204/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/radar_9673664/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/rdar42038760/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/save_jit_objects/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/scoped_enums/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/test/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/timeout/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/top-level/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/top-level/dummy.mk
lldb/packages/Python/lldbsuite/test/commands/expression/unicode-in-variable/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/unwind_expression/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/vector_of_enums/Makefile
lldb/packages/Python/lldbsuite/test/commands/expression/xvalue/Makefile
lldb/packages/Python/lldbsuite/test/commands/frame/language/Makefile
lldb/packages/Python/lldbsuite/test/commands/frame/var-scope/Makefile
lldb/packages/Python/lldbsuite/test/commands/frame/var/Makefile
lldb/packages/Python/lldbsuite/test/commands/log/basic/Makefile
lldb/packages/Python/lldbsuite/test/commands/process/attach-resume/Makefile
lldb/packages/Python/lldbsuite/test/commands/process/attach/Makefile
lldb/packages/Python/lldbsuite/test/commands/process/attach/attach_denied/Makefile
lldb/packages/Python/lldbsuite/test/commands/process/launch/Makefile
lldb/packages/Python/lldbsuite/test/commands/register/register/register_command/Makefile
lldb/packages/Python/lldbsuite/test/commands/settings/Makefile
lldb/packages/Python/lldbsuite/test/commands/settings/quoting/Makefile
lldb/packages/Python/lldbsuite/test/commands/statistics/basic/Makefile
lldb/packages/Python/lldbsuite/test/commands/target/basic/Makefile
lldb/packages/Python/lldbsuite/test/commands/target/create-deps/Makefile
lldb/packages/Python/lldbsuite/test/commands/target/create-deps/a.mk
lldb/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/Makefile
lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/Makefile

index b75a6db..8b3c177 100644 (file)
@@ -83,16 +83,16 @@ class BreakpointCommandTestCase(TestBase):
             self, "./main.c", self.line,
             num_expected_locations=1, loc_exact=True)
         lldbutil.run_break_set_by_file_and_line(
-            self, "breakpoint_command/main.c", self.line,
+            self, "basic/main.c", self.line,
             num_expected_locations=1, loc_exact=True)
         lldbutil.run_break_set_by_file_and_line(
-            self, "./breakpoint_command/main.c", self.line,
+            self, "./basic/main.c", self.line,
             num_expected_locations=1, loc_exact=True)
         lldbutil.run_break_set_by_file_and_line(
-            self, "breakpoint/breakpoint_command/main.c", self.line,
+            self, "breakpoint/basic/main.c", self.line,
             num_expected_locations=1, loc_exact=True)
         lldbutil.run_break_set_by_file_and_line(
-            self, "./breakpoint/breakpoint_command/main.c", self.line,
+            self, "./breakpoint/basic/main.c", self.line,
             num_expected_locations=1, loc_exact=True)
         # Test relative breakpoints with incorrect paths and make sure we get
         # no breakpoint locations
index e04d73e..855bda5 100644 (file)
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
 # We don't have any standard include directories, so we can't
 # parse the test_common.h header we usually inject as it includes
 # system headers.