-
Notifications
You must be signed in to change notification settings - Fork 12.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Exegesis] Fix test failures from #122775 on MacOSX and Fuchsia
I'm making this test to run only when exegesis-can-execute-x86_64.
- Loading branch information
1 parent
01a0d21
commit 63d3bd6
Showing
2 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
llvm/test/tools/llvm-exegesis/X86/dry-run-measurement.test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# RUN: llvm-exegesis --mode=latency --opcode-name=LEA64r --use-dummy-perf-counters --benchmark-phase=dry-run-measurement | FileCheck %s | ||
# REQUIRES: exegesis-can-execute-x86_64 | ||
|
||
# This test makes sure that llvm-exegesis doesn't execute any snippet in the presence of dry-run measurement. | ||
|
||
# Should not contain misleading results. | ||
# CHECK: measurements: [] | ||
|
||
# Should not contain any error message. | ||
# CHECK: error: '' |
This file was deleted.
Oops, something went wrong.