Revision: 24724
Author:   [email protected]
Date:     Mon Oct 20 09:01:14 2014 UTC
Log:      [arm64] Skip TF tests that time out in simulator debug runs.

[email protected]

Review URL: https://codereview.chromium.org/642293005
https://code.google.com/p/v8/source/detail?r=24724

Modified:
 /branches/bleeding_edge/test/mjsunit/mjsunit.status

=======================================
--- /branches/bleeding_edge/test/mjsunit/mjsunit.status Fri Oct 17 14:28:00 2014 UTC +++ /branches/bleeding_edge/test/mjsunit/mjsunit.status Mon Oct 20 09:01:14 2014 UTC
@@ -317,11 +317,16 @@
 ['arch == arm64 and mode == debug and simulator_run == True', {

   # Pass but take too long with the simulator in debug mode.
+  'array-iterate-backwards': [PASS, TIMEOUT],
   'array-sort': [PASS, TIMEOUT],
   'packed-elements': [SKIP],
   'regexp-global': [SKIP],
   'compiler/alloc-numbers': [SKIP],
   'harmony/symbols': [SKIP],
+  'math-floor-of-div': [PASS, TIMEOUT],
+  'math-floor-of-div-nosudiv': [PASS, TIMEOUT],
+  'unicodelctest': [PASS, TIMEOUT],
+  'unicodelctest-no-optimization': [PASS, TIMEOUT],
   # Issue 3219:
   'getters-on-elements': [PASS, ['gc_stress == True', FAIL]],
 }],  # 'arch == arm64 and mode == debug and simulator_run == True'

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to