mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1123404: Disable temporarily bitselect-select.js SIMD test; r=Waldo
--HG-- extra : amend_source : e3f8a281821532ce1b4e50ce784a887ee4d264a0
This commit is contained in:
parent
b04fd92156
commit
73138d915d
@ -128,9 +128,9 @@ function test() {
|
||||
testSelect(float64x2, inputs);
|
||||
testBitSelectSimple(float64x2, inputs);
|
||||
testBitSelectComplex(float64x2, inputs);
|
||||
|
||||
if (typeof reportCompare === "function")
|
||||
reportCompare(true, true);
|
||||
}
|
||||
|
||||
test();
|
||||
// TODO temporarily disabled because of bug 1123404
|
||||
//test();
|
||||
if (typeof reportCompare === "function")
|
||||
reportCompare(true, true);
|
||||
|
Loading…
Reference in New Issue
Block a user