Skip to content

Commit 460f998

Browse files
committed
[lldb/crashlog] Remove aarch64 requirement on crashlog tests
This patch removes the `target-aarch64` requirement on the crashlog tests. Signed-off-by: Med Ismail Bennani <[email protected]>
1 parent a9342f2 commit 460f998

6 files changed

+6
-6
lines changed

lldb/test/Shell/ScriptInterpreter/Python/Crashlog/app_specific_backtrace_crashlog.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: python, native && target-aarch64 && system-darwin
1+
# REQUIRES: python, native && system-darwin
22

33
# RUN: mkdir -p %t.dir
44
# RUN: yaml2obj %S/Inputs/application_specific_info/asi.yaml > %t.dir/asi

lldb/test/Shell/ScriptInterpreter/Python/Crashlog/interactive_crashlog_invalid_target.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: python, native && target-aarch64 && system-darwin
1+
# REQUIRES: python, native && system-darwin
22

33
# RUN: %lldb -o 'command script import lldb.macosx.crashlog' \
44
# RUN: -o 'crashlog -V' \

lldb/test/Shell/ScriptInterpreter/Python/Crashlog/interactive_crashlog_json.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: python, native && target-aarch64 && system-darwin
1+
# REQUIRES: python, native && system-darwin
22

33
# RUN: mkdir -p %t.dir
44
# RUN: yaml2obj %S/Inputs/interactive_crashlog/multithread-test.yaml > %t.dir/multithread-test

lldb/test/Shell/ScriptInterpreter/Python/Crashlog/interactive_crashlog_legacy.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: python, native && target-aarch64 && system-darwin
1+
# REQUIRES: python, native && system-darwin
22

33
# RUN: mkdir -p %t.dir
44
# RUN: yaml2obj %S/Inputs/interactive_crashlog/multithread-test.yaml > %t.dir/multithread-test

lldb/test/Shell/ScriptInterpreter/Python/Crashlog/last_exception_backtrace_crashlog.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: python, native && target-aarch64 && system-darwin
1+
# REQUIRES: python, native && system-darwin
22

33
# RUN: mkdir -p %t.dir
44
# RUN: yaml2obj %S/Inputs/application_specific_info/asi.yaml > %t.dir/asi

lldb/test/Shell/ScriptInterpreter/Python/Crashlog/skipped_status_interactive_crashlog.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: python, native && target-aarch64 && system-darwin
1+
# REQUIRES: python, native && system-darwin
22

33
# RUN: mkdir -p %t.dir
44
# RUN: yaml2obj %S/Inputs/interactive_crashlog/multithread-test.yaml > %t.dir/multithread-test

0 commit comments

Comments
 (0)