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

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

Issue 1474343002: Use new.target in favor of %_IsConstructCall intrinsic (2). (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_js-use-new-target-1
Patch Set: Skip ignition. Created 5 years 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 | « src/js/v8natives.js ('k') | 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 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 'regress/regress-430201': [SKIP], 901 'regress/regress-430201': [SKIP],
902 'regress/regress-430201b': [SKIP], 902 'regress/regress-430201b': [SKIP],
903 'regress/regress-4309-3': [SKIP], 903 'regress/regress-4309-3': [SKIP],
904 'regress/regress-4320': [SKIP], 904 'regress/regress-4320': [SKIP],
905 'regress/regress-4325': [SKIP], 905 'regress/regress-4325': [SKIP],
906 'regress/regress-436893': [SKIP], 906 'regress/regress-436893': [SKIP],
907 'regress/regress-4374': [SKIP], 907 'regress/regress-4374': [SKIP],
908 'regress/regress-4388': [SKIP], 908 'regress/regress-4388': [SKIP],
909 'regress/regress-444805': [SKIP], 909 'regress/regress-444805': [SKIP],
910 'regress/regress-446389': [SKIP], 910 'regress/regress-446389': [SKIP],
911 'regress/regress-447756': [SKIP],
911 'regress/regress-4515': [SKIP], 912 'regress/regress-4515': [SKIP],
912 'regress/regress-4521': [SKIP], 913 'regress/regress-4521': [SKIP],
913 'regress/regress-4525': [SKIP], 914 'regress/regress-4525': [SKIP],
914 'regress/regress-453481': [SKIP], 915 'regress/regress-453481': [SKIP],
915 'regress/regress-4534': [SKIP], 916 'regress/regress-4534': [SKIP],
916 'regress/regress-454725': [SKIP], 917 'regress/regress-454725': [SKIP],
917 'regress/regress-470804': [SKIP], 918 'regress/regress-470804': [SKIP],
918 'regress/regress-476488': [SKIP], 919 'regress/regress-476488': [SKIP],
919 'regress/regress-491536': [SKIP], 920 'regress/regress-491536': [SKIP],
920 'regress/regress-514362': [SKIP], 921 'regress/regress-514362': [SKIP],
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 'regress/regress-crbug-347903': [SKIP], 1065 'regress/regress-crbug-347903': [SKIP],
1065 'regress/regress-crbug-505007-1': [SKIP], 1066 'regress/regress-crbug-505007-1': [SKIP],
1066 'regress/regress-crbug-505007-2': [SKIP], 1067 'regress/regress-crbug-505007-2': [SKIP],
1067 'regress/short-circuit': [SKIP], 1068 'regress/short-circuit': [SKIP],
1068 'stack-traces-overflow': [SKIP], 1069 'stack-traces-overflow': [SKIP],
1069 'unicodelctest': [SKIP], 1070 'unicodelctest': [SKIP],
1070 'unicodelctest-no-optimization': [SKIP], 1071 'unicodelctest-no-optimization': [SKIP],
1071 }], # ignition == True and (arch == arm or arch == arm64) 1072 }], # ignition == True and (arch == arm or arch == arm64)
1072 1073
1073 ] 1074 ]
OLDNEW
« no previous file with comments | « src/js/v8natives.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698