[llvm] 0fda5e8 - [llvm-exegesis testing] Workaround unreliable test

David Zarzycki via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 16 05:00:33 PDT 2021


Author: David Zarzycki
Date: 2021-03-16T08:00:14-04:00
New Revision: 0fda5e844128615308e6772f02f2bce55805244c

URL: https://github.com/llvm/llvm-project/commit/0fda5e844128615308e6772f02f2bce55805244c
DIFF: https://github.com/llvm/llvm-project/commit/0fda5e844128615308e6772f02f2bce55805244c.diff

LOG: [llvm-exegesis testing] Workaround unreliable test

Picking an instruction at random is not perfectly reliable.

Added: 
    

Modified: 
    llvm/test/tools/llvm-exegesis/X86/latency-IN16rr.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-exegesis/X86/latency-IN16rr.s b/llvm/test/tools/llvm-exegesis/X86/latency-IN16rr.s
index fcdaf6a40341..c57b61a55d5f 100644
--- a/llvm/test/tools/llvm-exegesis/X86/latency-IN16rr.s
+++ b/llvm/test/tools/llvm-exegesis/X86/latency-IN16rr.s
@@ -1,5 +1,8 @@
 # RUN: llvm-exegesis -mode=latency -opcode-name=IN16rr -repetition-mode=duplicate | FileCheck %s
 
+# FIXME: Sometimes fails with: 'unimplemented operand type'
+# ALLOW_RETRIES: 2
+
 CHECK:      ---
 CHECK-NEXT: mode: latency
 CHECK-NEXT: key:


        


More information about the llvm-commits mailing list