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

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

Issue 1579603002: Generalize all representations when reconfiguring a property of a strict Function subclass. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressing comments, skipping new test for interpreter 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
« no previous file with comments | « src/objects.cc ('k') | test/mjsunit/regress/regress-crbug-575080.js » ('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 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after
1077 'regress/regress-crbug-517592': [SKIP], 1077 'regress/regress-crbug-517592': [SKIP],
1078 'regress/regress-crbug-522895': [SKIP], 1078 'regress/regress-crbug-522895': [SKIP],
1079 'regress/regress-crbug-527364': [SKIP], 1079 'regress/regress-crbug-527364': [SKIP],
1080 'regress/regress-crbug-546968': [SKIP], 1080 'regress/regress-crbug-546968': [SKIP],
1081 'regress/regress-crbug-568477-1': [SKIP], 1081 'regress/regress-crbug-568477-1': [SKIP],
1082 'regress/regress-crbug-568477-2': [SKIP], 1082 'regress/regress-crbug-568477-2': [SKIP],
1083 'regress/regress-crbug-568477-3': [SKIP], 1083 'regress/regress-crbug-568477-3': [SKIP],
1084 'regress/regress-crbug-568477-4': [SKIP], 1084 'regress/regress-crbug-568477-4': [SKIP],
1085 'regress/regress-crbug-572590': [SKIP], 1085 'regress/regress-crbug-572590': [SKIP],
1086 'regress/regress-crbug-573857': [SKIP], 1086 'regress/regress-crbug-573857': [SKIP],
1087 'regress/regress-crbug-575080': [SKIP],
1087 'regress/regress-deopt-gcb': [SKIP], 1088 'regress/regress-deopt-gcb': [SKIP],
1088 'regress/regress-deopt-gc': [SKIP], 1089 'regress/regress-deopt-gc': [SKIP],
1089 'regress/regress-deopt-in-array-literal-spread': [SKIP], 1090 'regress/regress-deopt-in-array-literal-spread': [SKIP],
1090 'regress/regress-embedded-cons-string': [SKIP], 1091 'regress/regress-embedded-cons-string': [SKIP],
1091 'regress/regress-existing-shared-function-info': [SKIP], 1092 'regress/regress-existing-shared-function-info': [SKIP],
1092 'regress/regress-fast-literal-transition': [SKIP], 1093 'regress/regress-fast-literal-transition': [SKIP],
1093 'regress/regress-filter-contexts': [SKIP], 1094 'regress/regress-filter-contexts': [SKIP],
1094 'regress/regress-function-constructor-receiver': [SKIP], 1095 'regress/regress-function-constructor-receiver': [SKIP],
1095 'regress/regress-handle-illegal-redeclaration': [SKIP], 1096 'regress/regress-handle-illegal-redeclaration': [SKIP],
1096 'regress/regress-inline-class-constructor': [SKIP], 1097 'regress/regress-inline-class-constructor': [SKIP],
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
1189 1190
1190 ############################################################################## 1191 ##############################################################################
1191 ['gcov_coverage', { 1192 ['gcov_coverage', {
1192 # Tests taking too long. 1193 # Tests taking too long.
1193 'array-functions-prototype-misc': [SKIP], 1194 'array-functions-prototype-misc': [SKIP],
1194 'strong/implicit-conversions': [SKIP], 1195 'strong/implicit-conversions': [SKIP],
1195 'strong/load-element-mutate-backing-store': [SKIP], 1196 'strong/load-element-mutate-backing-store': [SKIP],
1196 }], # 'gcov_coverage' 1197 }], # 'gcov_coverage'
1197 1198
1198 ] 1199 ]
OLDNEW
« no previous file with comments | « src/objects.cc ('k') | test/mjsunit/regress/regress-crbug-575080.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698