From 77000f2d59f5fed99f41b3699feed89310a13850 Mon Sep 17 00:00:00 2001 From: "hpayer@chromium.org" Date: Wed, 25 Sep 2013 12:46:45 +0000 Subject: [PATCH] Disable timer mjsunit test on Windows. BUG= R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/24485004 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16942 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mjsunit/mjsunit.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index ec780e5..9a229e8 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -43,6 +43,10 @@ # This test non-deterministically runs out of memory on Windows ia32. 'regress/regress-crbug-160010': [SKIP], + # This test fails on Windows XP and Windows Vista. + # Issue 288924 + 'timer' : [['system == windows', FAIL]], + ############################################################################## # Too slow in debug mode with --stress-opt mode. 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], -- 2.7.4