Skip to content

Commit

Permalink
[Exegesis] Fix test failures from #122775 on MacOSX and Fuchsia
Browse files Browse the repository at this point in the history
I'm making this test to run only when exegesis-can-execute-x86_64.
  • Loading branch information
mshockwave committed Jan 14, 2025
1 parent 01a0d21 commit 63d3bd6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
10 changes: 10 additions & 0 deletions llvm/test/tools/llvm-exegesis/X86/dry-run-measurement.test
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: ''
11 changes: 0 additions & 11 deletions llvm/test/tools/llvm-exegesis/dry-run-measurement.test

This file was deleted.

0 comments on commit 63d3bd6

Please sign in to comment.