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

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

Issue 9372018: Fix d8-os unit test to be skipped for isolates. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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 | « test/mjsunit/d8-os.js ('k') | 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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm || $arch == mips) 59 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm || $arch == mips)
60 60
61 # Skip long running test in debug and allow it to timeout in release mode. 61 # Skip long running test in debug and allow it to timeout in release mode.
62 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug 62 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug
63 63
64 # Stack manipulations in LiveEdit are buggy - see bug 915 64 # Stack manipulations in LiveEdit are buggy - see bug 915
65 debug-liveedit-check-stack: SKIP 65 debug-liveedit-check-stack: SKIP
66 debug-liveedit-patch-positions-replace: SKIP 66 debug-liveedit-patch-positions-replace: SKIP
67 67
68 ############################################################################## 68 ##############################################################################
69 [ $isolates ]
70
71 # This test sets the umask on a per-process basis and hence cannot be
72 # used in multi-threaded runs.
73 d8-os: SKIP
74
75 ##############################################################################
69 [ $arch == arm ] 76 [ $arch == arm ]
70 77
71 # Slow tests which times out in debug mode. 78 # Slow tests which times out in debug mode.
72 try: PASS, SKIP if $mode == debug 79 try: PASS, SKIP if $mode == debug
73 debug-scripts-request: PASS, SKIP if $mode == debug 80 debug-scripts-request: PASS, SKIP if $mode == debug
74 array-constructor: PASS, SKIP if $mode == debug 81 array-constructor: PASS, SKIP if $mode == debug
75 82
76 # Flaky test that can hit compilation-time stack overflow in debug mode. 83 # Flaky test that can hit compilation-time stack overflow in debug mode.
77 unicode-test: PASS, (PASS || FAIL) if $mode == debug 84 unicode-test: PASS, (PASS || FAIL) if $mode == debug
78 85
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 regress/regress-490: SKIP 165 regress/regress-490: SKIP
159 regress/regress-634: SKIP 166 regress/regress-634: SKIP
160 regress/regress-create-exception: SKIP 167 regress/regress-create-exception: SKIP
161 regress/regress-3218915: SKIP 168 regress/regress-3218915: SKIP
162 regress/regress-3247124: SKIP 169 regress/regress-3247124: SKIP
163 170
164 # Requires bigger stack size in the Genesis and if stack size is increased, 171 # Requires bigger stack size in the Genesis and if stack size is increased,
165 # the test requires too much time to run. However, the problem test covers 172 # the test requires too much time to run. However, the problem test covers
166 # should be platform-independent. 173 # should be platform-independent.
167 regress/regress-1132: SKIP 174 regress/regress-1132: SKIP
OLDNEW
« no previous file with comments | « test/mjsunit/d8-os.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698