blob: cd59597682e9775604fd3924dcddebbb32893ac6 [file] [log] [blame]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
//@ skip if $hostOS == "windows"
// FIXME: unskip this test when https://bugs.webkit.org/show_bug.cgi?id=165194 is fixed.
(function () {
for (var i = 0; i < 3000000; ++i)
x = Math.tan(i);
if (x != 1.8222665884307354)
throw "Error: bad result: " + x;
})();