blob: 8c4308f50782688314971e59c6b535923e05cd2f [file] [log] [blame]
// FIXME: unskip when this is solved
// https://bugs.webkit.org/show_bug.cgi?id=191163
//@ skip if ["arm", "mips", "x86"].include?($architecture)
//@ runFTLNoCJIT
// If all goes well, this test module will terminate silently. If not, it will print
// errors. See binary-op-test.js for debugging options if needed.
load("./resources/binary-op-test.js");
//============================================================================
// Test configuration data:
var opName = "urshift";
var op = ">>>";
load("./resources/binary-op-values.js");
tests = [];
generateBinaryTests(tests, opName, op, "VarConst", values, values);
run();