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

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

Issue 415583002: Mark mjsunit/deserialize-reference as PASS, FAIL on arm64. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'regress/regress-99167': [SKIP], 215 'regress/regress-99167': [SKIP],
216 216
217 # Long running tests. 217 # Long running tests.
218 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], 218 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]],
219 'regress/regress-2185-2': [PASS, TIMEOUT], 219 'regress/regress-2185-2': [PASS, TIMEOUT],
220 'whitespaces': [PASS, TIMEOUT, SLOW], 220 'whitespaces': [PASS, TIMEOUT, SLOW],
221 221
222 # BUG(v8:3147). It works on other architectures by accident. 222 # BUG(v8:3147). It works on other architectures by accident.
223 'regress/regress-conditional-position': [FAIL], 223 'regress/regress-conditional-position': [FAIL],
224 224
225 # BUG(v8:3457).
226 'deserialize-reference': [PASS, FAIL],
227
225 # Slow tests. 228 # Slow tests.
226 'array-concat': [PASS, SLOW], 229 'array-concat': [PASS, SLOW],
227 'array-constructor': [PASS, SLOW], 230 'array-constructor': [PASS, SLOW],
228 'array-indexing': [PASS, SLOW], 231 'array-indexing': [PASS, SLOW],
229 'array-reduce': [PASS, SLOW], 232 'array-reduce': [PASS, SLOW],
230 'array-sort': [PASS, SLOW], 233 'array-sort': [PASS, SLOW],
231 'array-splice': [PASS, SLOW], 234 'array-splice': [PASS, SLOW],
232 'bit-not': [PASS, SLOW], 235 'bit-not': [PASS, SLOW],
233 'compiler/alloc-number': [PASS, SLOW], 236 'compiler/alloc-number': [PASS, SLOW],
234 'compiler/osr-assert': [PASS, SLOW], 237 'compiler/osr-assert': [PASS, SLOW],
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 'never-optimize': [SKIP], 473 'never-optimize': [SKIP],
471 'regress/regress-2185-2': [SKIP], 474 'regress/regress-2185-2': [SKIP],
472 'harmony/object-observe': [SKIP], 475 'harmony/object-observe': [SKIP],
473 'readonly': [SKIP], 476 'readonly': [SKIP],
474 'array-feedback': [SKIP], 477 'array-feedback': [SKIP],
475 478
476 # Deopt every n garbage collections collides with deopt every n times. 479 # Deopt every n garbage collections collides with deopt every n times.
477 'regress/regress-2653': [SKIP], 480 'regress/regress-2653': [SKIP],
478 }], # 'deopt_fuzzer == True' 481 }], # 'deopt_fuzzer == True'
479 ] 482 ]
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