OSDN Git Service

[WebAssembly] Mark immediates.ll as XFAILed on MIPS hosts
authorSimon Atanasyan <simon@atanasyan.com>
Tue, 13 Nov 2018 18:14:29 +0000 (18:14 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Tue, 13 Nov 2018 18:14:29 +0000 (18:14 +0000)
commit3eec80d6b73c4891dd66a5cbc6e5d168d0658dee
tree9941f1f2cdd122df0cac70d8829ea96a653634ba
parentf3b83e419574a5c94c011a3c07e10a6be57d1484
[WebAssembly] Mark immediates.ll as XFAILed on MIPS hosts

Usually MIPS hosts uses a legacy (non IEEE 754-2008) encoding for NaNs.
Tests like `nan_f32` failed in attempt to compare hard-coded IEEE
754-2008 NaN value and a legacy NaN value provided by a system.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@346773 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/WebAssembly/immediates.ll