Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions compiler-rt/test/fuzzer/exit_on_src_pos.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

# Test does not complete on Armv7 Thumb build bot
UNSUPPORTED: target=thumb{{.*}}
# Timeout on loongarch64 machine
UNSUPPORTED: target=loongarch64{{.*}}

RUN: %cpp_compiler -O0 %S/SimpleTest.cpp -o %t-SimpleTest.exe -mllvm -use-unknown-locations=Disable
RUN: %cpp_compiler -O0 %S/ShrinkControlFlowTest.cpp -o %t-ShrinkControlFlowTest.exe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// AddressSanitizer: CHECK failed: asan_thread.cpp:315 "((AddrIsInStack((uptr)&local))) != (0)"
// https://lab.llvm.org/buildbot/#/builders/18/builds/8162
// UNSUPPORTED: target=powerpc64{{.*}}
/// Occasionally fail on loongarch64 machine
// UNSUPPORTED: target=loongarch64{{.*}}

#include <assert.h>
#include <stdlib.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// Temporarily disable test
// UNSUPPORTED: tsan
// UNSUPPORTED: target=powerpc64{{.*}}
// UNSUPPORTED: target={{(powerpc64|loongarch64).*}}

// Not needed, no allocator.
// UNSUPPORTED: ubsan
Expand Down
2 changes: 2 additions & 0 deletions compiler-rt/test/xray/TestCases/Posix/fdr-mode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
// RUN: rm fdr-logging-test-*
// RUN: rm fdr-unwrite-test-*
// UNSUPPORTED: target=powerpc64le-{{.*}}
/// TODO: FDR logging arg1 handler(__xray_ArgLoggerEntry) hasn't implemented yet on LoongArch
// UNSUPPORTED: target=loongarch64{{.*}}
// REQUIRES: built-in-llvm-tree

#include "xray/xray_log_interface.h"
Expand Down