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

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

Issue 6529055: [Isolates] Merge crankshaft (r5922 from bleeding_edge). (Closed)
Patch Set: Win32 port Created 9 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
« no previous file with comments | « test/mjsunit/mirror-object.js ('k') | test/mjsunit/regress/regress-3006390.js » ('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 2008 the V8 project authors. All rights reserved. 1 # Copyright 2008 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 12 matching lines...) Expand all
23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 27
28 prefix mjsunit 28 prefix mjsunit
29 29
30 # All tests in the bug directory are expected to fail. 30 # All tests in the bug directory are expected to fail.
31 bugs: FAIL 31 bugs: FAIL
32 32
33
34 ##############################################################################
35 # Too slow in debug mode with --stress-opt
36 compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug
37
38
39 ##############################################################################
33 # This one uses a built-in that's only present in debug mode. It takes 40 # This one uses a built-in that's only present in debug mode. It takes
34 # too long to run in debug mode on ARM. 41 # too long to run in debug mode on ARM.
35 fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm) 42 fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm)
36 43
37 big-object-literal: PASS, SKIP if ($arch == arm) 44 big-object-literal: PASS, SKIP if ($arch == arm)
38 45
39 # Issue 488: this test sometimes times out. 46 # Issue 488: this test sometimes times out.
40 array-constructor: PASS || TIMEOUT 47 array-constructor: PASS || TIMEOUT
41 48
42 # Very slow on ARM, contains no architecture dependent code. 49 # Very slow on ARM, contains no architecture dependent code.
43 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm) 50 unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm)
44 51
45 # Skip long running test in debug and allow it to timeout in release mode. 52 # Skip long running test in debug and allow it to timeout in release mode.
46 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug 53 regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug
47 54
48 # Stack manipulations in LiveEdit are buggy - see bug 915 55 # Stack manipulations in LiveEdit are buggy - see bug 915
49 debug-liveedit-check-stack: SKIP 56 debug-liveedit-check-stack: SKIP
50 debug-liveedit-patch-positions-replace: SKIP 57 debug-liveedit-patch-positions-replace: SKIP
51 58
59
60 ##############################################################################
52 [ $arch == arm ] 61 [ $arch == arm ]
53 62
54 # Slow tests which times out in debug mode. 63 # Slow tests which times out in debug mode.
55 try: PASS, SKIP if $mode == debug 64 try: PASS, SKIP if $mode == debug
56 debug-scripts-request: PASS, SKIP if $mode == debug 65 debug-scripts-request: PASS, SKIP if $mode == debug
57 array-constructor: PASS, SKIP if $mode == debug 66 array-constructor: PASS, SKIP if $mode == debug
58 67
59 # Flaky test that can hit compilation-time stack overflow in debug mode. 68 # Flaky test that can hit compilation-time stack overflow in debug mode.
60 unicode-test: PASS, (PASS || FAIL) if $mode == debug 69 unicode-test: PASS, (PASS || FAIL) if $mode == debug
61 70
62 # Times out often in release mode on ARM. 71 # Times out often in release mode on ARM.
72 compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
63 array-splice: PASS || TIMEOUT 73 array-splice: PASS || TIMEOUT
64 74
65 # Skip long running test in debug mode on ARM. 75 # Long running test.
66 string-indexof-2: PASS, SKIP if $mode == debug 76 mirror-object: PASS || TIMEOUT
77 string-indexof-2: PASS || TIMEOUT
78
79 # BUG(3251035): Timeouts in long looping crankshaft optimization
80 # tests. Skipping because having them timeout takes too long on the
81 # buildbot.
82 compiler/alloc-number: SKIP
83 compiler/array-length: SKIP
84 compiler/assignment-deopt: SKIP
85 compiler/deopt-args: SKIP
86 compiler/inline-compare: SKIP
87 compiler/inline-global-access: SKIP
88 compiler/optimized-function-calls: SKIP
89 compiler/pic: SKIP
90 compiler/property-calls: SKIP
91 compiler/recursive-deopt: SKIP
92 compiler/regress-4: SKIP
93 compiler/regress-funcaller: SKIP
94 compiler/regress-gvn: SKIP
95 compiler/regress-rep-change: SKIP
96 compiler/regress-arguments: SKIP
97 compiler/regress-funarguments: SKIP
98 compiler/regress-or: SKIP
99 compiler/regress-3249650: SKIP
100 compiler/simple-deopt: SKIP
101 regress/regress-490: SKIP
102 regress/regress-634: SKIP
103 regress/regress-create-exception: SKIP
104 regress/regress-3218915: SKIP
105 regress/regress-3247124: SKIP
67 106
68 107
108 ##############################################################################
69 [ $arch == mips ] 109 [ $arch == mips ]
70 110
71 # Skip all tests on MIPS. 111 # Skip all tests on MIPS.
72 *: SKIP 112 *: SKIP
73
74
OLDNEW
« no previous file with comments | « test/mjsunit/mirror-object.js ('k') | test/mjsunit/regress/regress-3006390.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698