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

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

Issue 143003013: Initial patch for a64. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 11 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/harmony/proxies.js ('k') | tools/gyp/v8.gyp » ('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 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 # used in multi-threaded runs. 89 # used in multi-threaded runs.
90 # On android there is no /tmp directory. 90 # On android there is no /tmp directory.
91 d8-os: PASS, SKIP if ($isolates || $arch == android_arm || $arch == android_ia32 ) 91 d8-os: PASS, SKIP if ($isolates || $arch == android_arm || $arch == android_ia32 )
92 tools/tickprocessor: PASS, SKIP if ($arch == android_arm || $arch == android_ia3 2) 92 tools/tickprocessor: PASS, SKIP if ($arch == android_arm || $arch == android_ia3 2)
93 93
94 ############################################################################## 94 ##############################################################################
95 # Long running test that reproduces memory leak and should be run manually. 95 # Long running test that reproduces memory leak and should be run manually.
96 regress/regress-2073: SKIP 96 regress/regress-2073: SKIP
97 97
98 ############################################################################## 98 ##############################################################################
99 [ $arch == a64 ]
100
101 # Requires bigger stack size in the Genesis and if stack size is increased,
102 # the test requires too much time to run. However, the problem test covers
103 # should be platform-independent.
104 regress/regress-1132: SKIP
105
106 # Pass but take too long to run. Skip.
107 # Some similar tests (with fewer iterations) may be included in a64-js tests.
108 compiler/regress-arguments: SKIP
109 compiler/regress-gvn: SKIP
110 compiler/regress-max-locals-for-osr: SKIP
111 compiler/regress-4: SKIP
112 compiler/regress-or: SKIP
113 compiler/regress-rep-change: SKIP
114 regress/regress-1117 : SKIP
115 regress/regress-1145 : SKIP
116 regress/regress-1849 : SKIP
117 regress/regress-3247124 : SKIP
118 regress/regress-634 : SKIP
119 regress/regress-91008 : SKIP
120 regress/regress-91010 : SKIP
121 regress/regress-91013 : SKIP
122 regress/regress-99167 : SKIP
123
124 # Long running tests.
125 regress/regress-2185: PASS, (PASS || TIMEOUT) if $mode == debug
126 regress/regress-2185-2: PASS || TIMEOUT
127
128 # Stack manipulations in LiveEdit is not implemented for this arch.
129 debug-liveedit-check-stack: SKIP
130 debug-liveedit-stack-padding: SKIP
131 debug-liveedit-restart-frame: SKIP
132 debug-liveedit-double-call: SKIP
133
134 ##############################################################################
99 [ $arch == arm || $arch == android_arm ] 135 [ $arch == arm || $arch == android_arm ]
100 136
101 # Slow tests which times out in debug mode. 137 # Slow tests which times out in debug mode.
102 try: PASS, SKIP if $mode == debug 138 try: PASS, SKIP if $mode == debug
103 debug-scripts-request: PASS, SKIP if $mode == debug 139 debug-scripts-request: PASS, SKIP if $mode == debug
104 array-constructor: PASS, SKIP if $mode == debug 140 array-constructor: PASS, SKIP if $mode == debug
105 regress/regress-1122: PASS, SKIP if ($mode == debug && $arch == android_arm) 141 regress/regress-1122: PASS, SKIP if ($mode == debug && $arch == android_arm)
106 142
107 # Flaky test that can hit compilation-time stack overflow in debug mode. 143 # Flaky test that can hit compilation-time stack overflow in debug mode.
108 unicode-test: PASS, (PASS || FAIL) if $mode == debug 144 unicode-test: PASS, (PASS || FAIL) if $mode == debug
109 145
110 # Times out often in release mode on ARM. 146 # Times out often in release mode on ARM.
111 compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release 147 compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
112 array-splice: PASS || TIMEOUT 148 array-splice: PASS || TIMEOUT
113 149
114 # Long running test. 150 # Long running tests.
115 string-indexof-2: PASS || TIMEOUT 151 string-indexof-2: PASS || TIMEOUT
116 mirror-object: PASS || TIMEOUT 152 mirror-object: PASS || TIMEOUT
117 153
118 # BUG(3251035): Timeouts in long looping crankshaft optimization 154 # BUG(3251035): Timeouts in long looping crankshaft optimization
119 # tests. Skipping because having them timeout takes too long on the 155 # tests. Skipping because having them timeout takes too long on the
120 # buildbot. 156 # buildbot.
121 compiler/alloc-number: SKIP 157 compiler/alloc-number: SKIP
122 compiler/array-length: SKIP 158 compiler/array-length: SKIP
123 compiler/assignment-deopt: SKIP 159 compiler/assignment-deopt: SKIP
124 compiler/deopt-args: SKIP 160 compiler/deopt-args: SKIP
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 # Requires bigger stack size in the Genesis and if stack size is increased, 268 # Requires bigger stack size in the Genesis and if stack size is increased,
233 # the test requires too much time to run. However, the problem test covers 269 # the test requires too much time to run. However, the problem test covers
234 # should be platform-independent. 270 # should be platform-independent.
235 regress/regress-1132: SKIP 271 regress/regress-1132: SKIP
236 272
237 # Poor performance for NaCl V8 causes an assertion failure for this test. 273 # Poor performance for NaCl V8 causes an assertion failure for this test.
238 regress/regress-165637: SKIP 274 regress/regress-165637: SKIP
239 275
240 # Skip long running test that times out in debug mode and goes OOM on NaCl. 276 # Skip long running test that times out in debug mode and goes OOM on NaCl.
241 regress/regress-crbug-160010: SKIP 277 regress/regress-crbug-160010: SKIP
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/proxies.js ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698