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

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

Issue 1593553002: [runtime] Throw exception for derived constructors in correct context. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: disable regression test for ignition Created 4 years, 11 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 911 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 'regress/regress-430201': [SKIP], 922 'regress/regress-430201': [SKIP],
923 'regress/regress-4309-3': [SKIP], 923 'regress/regress-4309-3': [SKIP],
924 'regress/regress-4320': [SKIP], 924 'regress/regress-4320': [SKIP],
925 'regress/regress-4325': [SKIP], 925 'regress/regress-4325': [SKIP],
926 'regress/regress-436893': [SKIP], 926 'regress/regress-436893': [SKIP],
927 'regress/regress-4374': [SKIP], 927 'regress/regress-4374': [SKIP],
928 'regress/regress-4388': [SKIP], 928 'regress/regress-4388': [SKIP],
929 'regress/regress-444805': [SKIP], 929 'regress/regress-444805': [SKIP],
930 'regress/regress-446389': [SKIP], 930 'regress/regress-446389': [SKIP],
931 'regress/regress-447756': [SKIP], 931 'regress/regress-447756': [SKIP],
932 'regress/regress-4509-Class-constructor-typeerror-realm' : [SKIP],
932 'regress/regress-4515': [SKIP], 933 'regress/regress-4515': [SKIP],
933 'regress/regress-4521': [SKIP], 934 'regress/regress-4521': [SKIP],
934 'regress/regress-4525': [SKIP], 935 'regress/regress-4525': [SKIP],
935 'regress/regress-453481': [SKIP], 936 'regress/regress-453481': [SKIP],
936 'regress/regress-4534': [SKIP], 937 'regress/regress-4534': [SKIP],
937 'regress/regress-454725': [SKIP], 938 'regress/regress-454725': [SKIP],
938 'regress/regress-457935': [SKIP], 939 'regress/regress-457935': [SKIP],
939 'regress/regress-470804': [SKIP], 940 'regress/regress-470804': [SKIP],
940 'regress/regress-476488': [SKIP], 941 'regress/regress-476488': [SKIP],
941 'regress/regress-503565': [SKIP], 942 'regress/regress-503565': [SKIP],
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
1115 1116
1116 ############################################################################## 1117 ##############################################################################
1117 ['gcov_coverage', { 1118 ['gcov_coverage', {
1118 # Tests taking too long. 1119 # Tests taking too long.
1119 'array-functions-prototype-misc': [SKIP], 1120 'array-functions-prototype-misc': [SKIP],
1120 'strong/implicit-conversions': [SKIP], 1121 'strong/implicit-conversions': [SKIP],
1121 'strong/load-element-mutate-backing-store': [SKIP], 1122 'strong/load-element-mutate-backing-store': [SKIP],
1122 }], # 'gcov_coverage' 1123 }], # 'gcov_coverage'
1123 1124
1124 ] 1125 ]
OLDNEW
« no previous file with comments | « src/x87/builtins-x87.cc ('k') | test/mjsunit/regress/regress-4509-Class-constructor-typeerror-realm.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698