blob: 45086543ad612bc44760bcc37e6545c7de797f95 [file] [log] [blame]
//@ skip if $architecture == "x86"
//@ runFTLNoCJIT("--timeoutMultiplier=2.0")
// 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 = "div";
var op = "/";
load("./resources/binary-op-values.js");
tests = [];
generateBinaryTests(tests, opName, op, "ConstVar", values, values);
run();