blob: f03a4d404aeaf7f0cb3fef3dc06e5ff5166c6555 [file] [log] [blame]
//@ runFTLNoCJIT("--timeoutMultiplier=1.5")
// 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 = "mod";
var op = "%";
load("./resources/binary-op-values.js");
tests = [];
generateBinaryTests(tests, opName, op, "VarConst", values, values);
run();