From 7ea159f7bad4f188c2e0531a7f2dbcd44fe570b6 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Tue, 5 Feb 2019 22:47:29 +0000 Subject: [PATCH] [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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353234 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/Disassembler/WebAssembly/wasm.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/Disassembler/WebAssembly/wasm.txt b/test/MC/Disassembler/WebAssembly/wasm.txt index 8a119fb6b0f..34487c57282 100644 --- a/test/MC/Disassembler/WebAssembly/wasm.txt +++ b/test/MC/Disassembler/WebAssembly/wasm.txt @@ -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 -- 2.11.0