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

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

Issue 1688283003: [Interpreter] Implements calls through CallICStub in the interpreter. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: removes an unused label declaration. Created 4 years, 9 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
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 895 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 'compiler/osr-one': [SKIP], 906 'compiler/osr-one': [SKIP],
907 'compiler/osr-two': [SKIP], 907 'compiler/osr-two': [SKIP],
908 'regress/regress-1257': [SKIP], 908 'regress/regress-1257': [SKIP],
909 'regress/regress-165637': [SKIP], 909 'regress/regress-165637': [SKIP],
910 'regress/regress-2185': [SKIP], 910 'regress/regress-2185': [SKIP],
911 'regress/regress-91008': [SKIP], 911 'regress/regress-91008': [SKIP],
912 'unicodelctest': [SKIP], 912 'unicodelctest': [SKIP],
913 'unicodelctest-no-optimization': [SKIP], 913 'unicodelctest-no-optimization': [SKIP],
914 }], # ignition == True and (arch == arm or arch == arm64) 914 }], # ignition == True and (arch == arm or arch == arm64)
915 915
916 ['ignition == True and arch == x64', {
917 # TODO(mythria,4680): Stack call size exceeds limit.
918 # Try to tail call CallICStub from PushArgsAndCallIC builtin.
919 'regress/regress-353551': [FAIL],
920 }], # ignition == True and arch == x64
921
916 ############################################################################## 922 ##############################################################################
917 ['gcov_coverage', { 923 ['gcov_coverage', {
918 # Tests taking too long. 924 # Tests taking too long.
919 'array-functions-prototype-misc': [SKIP], 925 'array-functions-prototype-misc': [SKIP],
920 'strong/implicit-conversions': [SKIP], 926 'strong/implicit-conversions': [SKIP],
921 'strong/load-element-mutate-backing-store': [SKIP], 927 'strong/load-element-mutate-backing-store': [SKIP],
922 928
923 # Stack overflow. 929 # Stack overflow.
924 'big-array-literal': [SKIP], 930 'big-array-literal': [SKIP],
925 }], # 'gcov_coverage' 931 }], # 'gcov_coverage'
926 932
927 ] 933 ]
OLDNEW
« no previous file with comments | « test/cctest/interpreter/test-interpreter.cc ('k') | test/unittests/interpreter/bytecode-array-builder-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698