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

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

Issue 687193002: [turbofan] Bug fix in arm64 ubfx selection. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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
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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'regress/regress-2790': [PASS, SLOW], 302 'regress/regress-2790': [PASS, SLOW],
303 'regress/regress-331444': [PASS, SLOW], 303 'regress/regress-331444': [PASS, SLOW],
304 'regress/regress-490': [PASS, SLOW], 304 'regress/regress-490': [PASS, SLOW],
305 'regress/regress-crbug-217858': [PASS, SLOW], 305 'regress/regress-crbug-217858': [PASS, SLOW],
306 'regress/regress-create-exception': [PASS, SLOW], 306 'regress/regress-create-exception': [PASS, SLOW],
307 'regress/regress-json-stringify-gc': [PASS, SLOW], 307 'regress/regress-json-stringify-gc': [PASS, SLOW],
308 'string-indexof-2': [PASS, SLOW], 308 'string-indexof-2': [PASS, SLOW],
309 'unicodelctest-no-optimization': [PASS, SLOW], 309 'unicodelctest-no-optimization': [PASS, SLOW],
310 'unicodelctest': [PASS, SLOW], 310 'unicodelctest': [PASS, SLOW],
311 'unicode-test': [PASS, SLOW], 311 'unicode-test': [PASS, SLOW],
312
313 # TODO(bmeurer, Rodolph.Perfetta@arm.com): Fails with turbo fan.
314 'numops-fuzz-part1': [PASS, NO_VARIANTS],
315 'numops-fuzz-part2': [PASS, NO_VARIANTS],
316 }], # 'arch == arm64' 312 }], # 'arch == arm64'
317 313
318 ['arch == arm64 and mode == debug and simulator_run == True', { 314 ['arch == arm64 and mode == debug and simulator_run == True', {
319 315
320 # Pass but take too long with the simulator in debug mode. 316 # Pass but take too long with the simulator in debug mode.
321 'array-iterate-backwards': [PASS, TIMEOUT], 317 'array-iterate-backwards': [PASS, TIMEOUT],
322 'array-sort': [PASS, TIMEOUT], 318 'array-sort': [PASS, TIMEOUT],
323 'packed-elements': [SKIP], 319 'packed-elements': [SKIP],
324 'regexp-global': [SKIP], 320 'regexp-global': [SKIP],
325 'compiler/alloc-numbers': [SKIP], 321 'compiler/alloc-numbers': [SKIP],
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 'never-optimize': [SKIP], 550 'never-optimize': [SKIP],
555 'regress/regress-2185-2': [SKIP], 551 'regress/regress-2185-2': [SKIP],
556 'harmony/object-observe': [SKIP], 552 'harmony/object-observe': [SKIP],
557 'readonly': [SKIP], 553 'readonly': [SKIP],
558 'array-feedback': [SKIP], 554 'array-feedback': [SKIP],
559 555
560 # Deopt every n garbage collections collides with deopt every n times. 556 # Deopt every n garbage collections collides with deopt every n times.
561 'regress/regress-2653': [SKIP], 557 'regress/regress-2653': [SKIP],
562 }], # 'deopt_fuzzer == True' 558 }], # 'deopt_fuzzer == True'
563 ] 559 ]
OLDNEW
« no previous file with comments | « src/compiler/arm64/instruction-selector-arm64.cc ('k') | test/unittests/compiler/arm64/instruction-selector-arm64-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698