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

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

Issue 8407002: Version 3.7.2 (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 9 years, 1 month 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 | « src/x64/code-stubs-x64.cc ('k') | test/test262/test262.status » ('j') | 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 # Very slow on ARM, contains no architecture dependent code. 58 # Very slow on ARM, contains no architecture dependent code.
59 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm) 59 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm)
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 # Liveedit messes with the frame hights - see bug 1791
69 debug-liveedit-1: SKIP
70 debug-liveedit-2: SKIP
71 debug-liveedit-3: SKIP
72 debug-liveedit-breakpoints: SKIP
73 debug-liveedit-check-stack: SKIP
74 debug-liveedit-diff: SKIP
75 debug-liveedit-newsource: SKIP
76 debug-liveedit-patch-positions: SKIP
77 debug-liveedit-patch-positions-replace: SKIP
78 debug-liveedit-utils: SKIP
79
80
81
82 ############################################################################## 68 ##############################################################################
83 [ $arch == arm ] 69 [ $arch == arm ]
84 70
85 # Slow tests which times out in debug mode. 71 # Slow tests which times out in debug mode.
86 try: PASS, SKIP if $mode == debug 72 try: PASS, SKIP if $mode == debug
87 debug-scripts-request: PASS, SKIP if $mode == debug 73 debug-scripts-request: PASS, SKIP if $mode == debug
88 array-constructor: PASS, SKIP if $mode == debug 74 array-constructor: PASS, SKIP if $mode == debug
89 75
90 # Flaky test that can hit compilation-time stack overflow in debug mode. 76 # Flaky test that can hit compilation-time stack overflow in debug mode.
91 unicode-test: PASS, (PASS || FAIL) if $mode == debug 77 unicode-test: PASS, (PASS || FAIL) if $mode == debug
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 regress/regress-3247124: SKIP 150 regress/regress-3247124: SKIP
165 regress/regress-1132: SKIP 151 regress/regress-1132: SKIP
166 regress/regress-1257: SKIP 152 regress/regress-1257: SKIP
167 regress/regress-91008: SKIP 153 regress/regress-91008: SKIP
168 154
169 ############################################################################## 155 ##############################################################################
170 [ $isolates ] 156 [ $isolates ]
171 # d8-os writes temporary files that might interfer with each other when running 157 # d8-os writes temporary files that might interfer with each other when running
172 # in multible threads. Skip this if running with isolates testing. 158 # in multible threads. Skip this if running with isolates testing.
173 d8-os: SKIP 159 d8-os: SKIP
OLDNEW
« no previous file with comments | « src/x64/code-stubs-x64.cc ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698