File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
sanitizer_common/TestCases/Linux Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# Test does not complete on Armv7 Thumb build bot
8
8
UNSUPPORTED: target=thumb{{.*}}
9
+ # Timeout on loongarch64 machine
10
+ UNSUPPORTED: target=loongarch64{{.*}}
9
11
10
12
RUN: %cpp_compiler -O0 %S/SimpleTest.cpp -o %t-SimpleTest.exe -mllvm -use-unknown-locations=Disable
11
13
RUN: %cpp_compiler -O0 %S/ShrinkControlFlowTest.cpp -o %t-ShrinkControlFlowTest.exe
Original file line number Diff line number Diff line change 5
5
// AddressSanitizer: CHECK failed: asan_thread.cpp:315 "((AddrIsInStack((uptr)&local))) != (0)"
6
6
// https://lab.llvm.org/buildbot/#/builders/18/builds/8162
7
7
// UNSUPPORTED: target=powerpc64{{.*}}
8
+ // / Occasionally fail on loongarch64 machine
9
+ // UNSUPPORTED: target=loongarch64{{.*}}
8
10
9
11
#include < assert.h>
10
12
#include < stdlib.h>
Original file line number Diff line number Diff line change 3
3
4
4
// Temporarily disable test
5
5
// UNSUPPORTED: tsan
6
- // UNSUPPORTED: target=powerpc64{{ .*}}
6
+ // UNSUPPORTED: target={{(powerpc64|loongarch64) .*}}
7
7
8
8
// Not needed, no allocator.
9
9
// UNSUPPORTED: ubsan
Original file line number Diff line number Diff line change 19
19
// RUN: rm fdr-logging-test-*
20
20
// RUN: rm fdr-unwrite-test-*
21
21
// UNSUPPORTED: target=powerpc64le-{{.*}}
22
+ // / TODO: FDR logging arg1 handler(__xray_ArgLoggerEntry) hasn't implemented yet on LoongArch
23
+ // UNSUPPORTED: target=loongarch64{{.*}}
22
24
// REQUIRES: built-in-llvm-tree
23
25
24
26
#include " xray/xray_log_interface.h"
You can’t perform that action at this time.
0 commit comments