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

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

Issue 1949023003: [Interpreter] Fix incorrect frame walking in arguments create stubs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add ports Created 4 years, 7 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/cctest/cctest.status ('k') | test/webkit/webkit.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 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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 }], # ALWAYS 357 }], # ALWAYS
358 358
359 ['novfp3 == True', { 359 ['novfp3 == True', {
360 'asm/embenchen/box2d': [SKIP], 360 'asm/embenchen/box2d': [SKIP],
361 'asm/embenchen/zlib': [SKIP], 361 'asm/embenchen/zlib': [SKIP],
362 'asm/embenchen/memops': [SKIP], 362 'asm/embenchen/memops': [SKIP],
363 'asm/embenchen/lua_binarytrees': [SKIP], 363 'asm/embenchen/lua_binarytrees': [SKIP],
364 }], # novfp3 == True 364 }], # novfp3 == True
365 365
366 ############################################################################## 366 ##############################################################################
367 ['no_snap == True and mode == debug', {
368 # TODO(rmcilroy,4928): Issue with --mstackalign.
369 'es6/new-target': [PASS, NO_IGNITION],
370 }], # 'no_snap == True and mode == debug'
371
372 ##############################################################################
373 ['gc_stress == True', { 367 ['gc_stress == True', {
374 # Skip tests not suitable for GC stress. 368 # Skip tests not suitable for GC stress.
375 'allocation-site-info': [SKIP], 369 'allocation-site-info': [SKIP],
376 'array-constructor-feedback': [SKIP], 370 'array-constructor-feedback': [SKIP],
377 'array-feedback': [SKIP], 371 'array-feedback': [SKIP],
378 'array-literal-feedback': [SKIP], 372 'array-literal-feedback': [SKIP],
379 'd8-performance-now': [SKIP], 373 'd8-performance-now': [SKIP],
380 'elements-kind': [SKIP], 374 'elements-kind': [SKIP],
381 'elements-transition-hoisting': [SKIP], 375 'elements-transition-hoisting': [SKIP],
382 'fast-prototype': [SKIP], 376 'fast-prototype': [SKIP],
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 ############################################################################## 926 ##############################################################################
933 ['gcov_coverage', { 927 ['gcov_coverage', {
934 # Tests taking too long. 928 # Tests taking too long.
935 'array-functions-prototype-misc': [SKIP], 929 'array-functions-prototype-misc': [SKIP],
936 930
937 # Stack overflow. 931 # Stack overflow.
938 'big-array-literal': [SKIP], 932 'big-array-literal': [SKIP],
939 }], # 'gcov_coverage' 933 }], # 'gcov_coverage'
940 934
941 ] 935 ]
OLDNEW
« no previous file with comments | « test/cctest/cctest.status ('k') | test/webkit/webkit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698