blob: 13436a97e2055f6e86c1aa6d527d4f94c3d8f17c [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, "VarVar", values, values);
run();