Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: test/mjsunit/mjsunit.status

Issue 362953002: Mark mjsunit/migrations test in debug mode as TIMEOUT (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'unicode-case-overoptimization': [PASS, NO_VARIANTS, ['arch == arm or arch == android_arm or arch == android_arm64 or arch == mipsel or arch == mips', TIMEOUT ]], 80 'unicode-case-overoptimization': [PASS, NO_VARIANTS, ['arch == arm or arch == android_arm or arch == android_arm64 or arch == mipsel or arch == mips', TIMEOUT ]],
81 81
82 ############################################################################## 82 ##############################################################################
83 # This test expects to reach a certain recursion depth, which may not work 83 # This test expects to reach a certain recursion depth, which may not work
84 # for debug mode. 84 # for debug mode.
85 'json-recursive': [PASS, ['mode == debug', PASS, FAIL]], 85 'json-recursive': [PASS, ['mode == debug', PASS, FAIL]],
86 86
87 ############################################################################## 87 ##############################################################################
88 # Skip long running tests that time out in debug mode. 88 # Skip long running tests that time out in debug mode.
89 'generated-transition-stub': [PASS, ['mode == debug', SKIP]], 89 'generated-transition-stub': [PASS, ['mode == debug', SKIP]],
90 'migrations': [PASS, ['mode == debug', SKIP]], 90 'migrations': [PASS, ['mode == debug', TIMEOUT]],
91 91
92 ############################################################################## 92 ##############################################################################
93 # This test sets the umask on a per-process basis and hence cannot be 93 # This test sets the umask on a per-process basis and hence cannot be
94 # used in multi-threaded runs. 94 # used in multi-threaded runs.
95 # On android there is no /tmp directory. 95 # On android there is no /tmp directory.
96 # Currently d8-os generates a temporary directory name using Math.random(), so 96 # Currently d8-os generates a temporary directory name using Math.random(), so
97 # we cannot run several variants of d8-os simultaneously, since all of them 97 # we cannot run several variants of d8-os simultaneously, since all of them
98 # get the same random seed and would generate the same directory name. Besides 98 # get the same random seed and would generate the same directory name. Besides
99 # that, it doesn't make sense to run several variants of d8-os anyways. 99 # that, it doesn't make sense to run several variants of d8-os anyways.
100 'd8-os': [PASS, NO_VARIANTS, ['isolates or arch == android_arm or arch == andr oid_arm64 or arch == android_ia32', SKIP]], 100 'd8-os': [PASS, NO_VARIANTS, ['isolates or arch == android_arm or arch == andr oid_arm64 or arch == android_ia32', SKIP]],
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'never-optimize': [SKIP], 400 'never-optimize': [SKIP],
401 'regress/regress-2185-2': [SKIP], 401 'regress/regress-2185-2': [SKIP],
402 'harmony/object-observe': [SKIP], 402 'harmony/object-observe': [SKIP],
403 'readonly': [SKIP], 403 'readonly': [SKIP],
404 'array-feedback': [SKIP], 404 'array-feedback': [SKIP],
405 405
406 # Deopt every n garbage collections collides with deopt every n times. 406 # Deopt every n garbage collections collides with deopt every n times.
407 'regress/regress-2653': [SKIP], 407 'regress/regress-2653': [SKIP],
408 }], # 'deopt_fuzzer == True' 408 }], # 'deopt_fuzzer == True'
409 ] 409 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698