mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-26 13:26:22 +00:00
Adapt tsan/flush_memory.cpp
to run on non-local platforms.
ad890aa2327feb6b6aee676fe85b2352fba2403e landed a test without using the `%run` prefix which means the test fails to run for platforms that need it (e.g. iOS simulators). This patch adds the `%run` prefix. While we're here also split the single `RUN` line into two to make debugging easier. rdar://83637296 Differential Revision: https://reviews.llvm.org/D110734
This commit is contained in:
parent
d7ae43438a
commit
cac25e4042
@ -1,4 +1,5 @@
|
||||
// RUN: %clangxx_tsan -O1 %s -o %t && %env_tsan_opts="flush_memory_ms=1 flush_symbolizer_ms=1 memory_limit_mb=1" %deflake %t | FileCheck %s
|
||||
// RUN: %clangxx_tsan -O1 %s -o %t
|
||||
// RUN: %env_tsan_opts="flush_memory_ms=1 flush_symbolizer_ms=1 memory_limit_mb=1" %deflake %run %t | FileCheck %s
|
||||
#include "test.h"
|
||||
|
||||
long X, Y;
|
||||
|
Loading…
x
Reference in New Issue
Block a user