Skip to content

Commit 63d3bd6

Browse files
committed
[Exegesis] Fix test failures from #122775 on MacOSX and Fuchsia
I'm making this test to run only when exegesis-can-execute-x86_64.
1 parent 01a0d21 commit 63d3bd6

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# RUN: llvm-exegesis --mode=latency --opcode-name=LEA64r --use-dummy-perf-counters --benchmark-phase=dry-run-measurement | FileCheck %s
2+
# REQUIRES: exegesis-can-execute-x86_64
3+
4+
# This test makes sure that llvm-exegesis doesn't execute any snippet in the presence of dry-run measurement.
5+
6+
# Should not contain misleading results.
7+
# CHECK: measurements: []
8+
9+
# Should not contain any error message.
10+
# CHECK: error: ''

llvm/test/tools/llvm-exegesis/dry-run-measurement.test

-11
This file was deleted.

0 commit comments

Comments
 (0)