[lldb/crashlog] Remove aarch64 requirement on crashlog tests (#94553)
This PR removes the `target-aarch64` requirement on the crashlog tests to exercice them on Intel bots and make image loading single-threaded temporarily while implementing a fix for a deadlock issue when loading the images in parallel. Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
This commit is contained in:
committed by
GitHub
parent
5d0308f393
commit
d09231a422
@@ -1,4 +1,4 @@
|
||||
# REQUIRES: python, native && target-aarch64 && system-darwin
|
||||
# REQUIRES: python, native && system-darwin
|
||||
|
||||
# RUN: mkdir -p %t.dir
|
||||
# RUN: yaml2obj %S/Inputs/application_specific_info/asi.yaml > %t.dir/asi
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# REQUIRES: python, native && target-aarch64 && system-darwin
|
||||
# REQUIRES: python, native && system-darwin
|
||||
|
||||
# RUN: %lldb -o 'command script import lldb.macosx.crashlog' \
|
||||
# RUN: -o 'crashlog -V' \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# REQUIRES: python, native && target-aarch64 && system-darwin
|
||||
# REQUIRES: python, native && system-darwin
|
||||
|
||||
# RUN: mkdir -p %t.dir
|
||||
# RUN: yaml2obj %S/Inputs/interactive_crashlog/multithread-test.yaml > %t.dir/multithread-test
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# REQUIRES: python, native && target-aarch64 && system-darwin
|
||||
# REQUIRES: python, native && system-darwin
|
||||
|
||||
# RUN: mkdir -p %t.dir
|
||||
# RUN: yaml2obj %S/Inputs/interactive_crashlog/multithread-test.yaml > %t.dir/multithread-test
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# REQUIRES: python, native && target-aarch64 && system-darwin
|
||||
# REQUIRES: python, native && system-darwin
|
||||
|
||||
# RUN: mkdir -p %t.dir
|
||||
# RUN: yaml2obj %S/Inputs/application_specific_info/asi.yaml > %t.dir/asi
|
||||
|
||||
@@ -5,3 +5,6 @@ if 'lldb-repro' in config.available_features:
|
||||
config.unsupported = True
|
||||
|
||||
config.environment["LLDB_APPLE_DSYMFORUUID_EXECUTABLE"] = ""
|
||||
|
||||
# Temporary parallel image loading deadlock workaround
|
||||
config.environment["NO_PARALLEL_IMG_LOADING"] = ""
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# REQUIRES: python, native && target-aarch64 && system-darwin
|
||||
# REQUIRES: python, native && system-darwin
|
||||
|
||||
# RUN: mkdir -p %t.dir
|
||||
# RUN: yaml2obj %S/Inputs/interactive_crashlog/multithread-test.yaml > %t.dir/multithread-test
|
||||
|
||||
Reference in New Issue
Block a user