Bug 1123404: Disable temporarily bitselect-select.js SIMD test; r=Waldo

--HG--
extra : amend_source : e3f8a281821532ce1b4e50ce784a887ee4d264a0
This commit is contained in:
Benjamin Bouvier 2015-02-03 22:20:50 +01:00
parent b04fd92156
commit 73138d915d

View File

@ -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);