[llvm] r353234 - [WebAssembly] Disable a v128.const test line temporarily

Heejin Ahn via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 5 14:47:29 PST 2019


Author: aheejin
Date: Tue Feb  5 14:47:29 2019
New Revision: 353234

URL: http://llvm.org/viewvc/llvm-project?rev=353234&view=rev
Log:
[WebAssembly] Disable a v128.const test line temporarily

r353131 caused failures in v128.const test for clang-ppc64be-linux-lnt
and clang-s390x-linux bots. This temporarily disables that line until
it is fixed.

Modified:
    llvm/trunk/test/MC/Disassembler/WebAssembly/wasm.txt

Modified: llvm/trunk/test/MC/Disassembler/WebAssembly/wasm.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Disassembler/WebAssembly/wasm.txt?rev=353234&r1=353233&r2=353234&view=diff
==============================================================================
--- llvm/trunk/test/MC/Disassembler/WebAssembly/wasm.txt (original)
+++ llvm/trunk/test/MC/Disassembler/WebAssembly/wasm.txt Tue Feb  5 14:47:29 2019
@@ -33,7 +33,7 @@
 # CHECK: i64.trunc_sat_f64_u
 0xFC 0x07
 
-# CHECK: v128.const 50462976, 117835012, 185207048, 252579084
+# C HECK: v128.const 50462976, 117835012, 185207048, 252579084
 0xFD 0x02 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F
 
 # CHECK: v8x16.shuffle 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15




More information about the llvm-commits mailing list