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

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

Issue 1631673002: Also check new_target_is_base() bit when comparing two maps for equivalence. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Skip new 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
« no previous file with comments | « src/objects.cc ('k') | test/mjsunit/regress/regress-crbug-580506.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 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 'regress/regress-crbug-522895': [SKIP], 1042 'regress/regress-crbug-522895': [SKIP],
1043 'regress/regress-crbug-527364': [SKIP], 1043 'regress/regress-crbug-527364': [SKIP],
1044 'regress/regress-crbug-546968': [SKIP], 1044 'regress/regress-crbug-546968': [SKIP],
1045 'regress/regress-crbug-568477-1': [SKIP], 1045 'regress/regress-crbug-568477-1': [SKIP],
1046 'regress/regress-crbug-568477-2': [SKIP], 1046 'regress/regress-crbug-568477-2': [SKIP],
1047 'regress/regress-crbug-568477-3': [SKIP], 1047 'regress/regress-crbug-568477-3': [SKIP],
1048 'regress/regress-crbug-568477-4': [SKIP], 1048 'regress/regress-crbug-568477-4': [SKIP],
1049 'regress/regress-crbug-572590': [SKIP], 1049 'regress/regress-crbug-572590': [SKIP],
1050 'regress/regress-crbug-573857': [SKIP], 1050 'regress/regress-crbug-573857': [SKIP],
1051 'regress/regress-crbug-575080': [SKIP], 1051 'regress/regress-crbug-575080': [SKIP],
1052 'regress/regress-crbug-580506': [SKIP],
1052 'regress/regress-deopt-gcb': [SKIP], 1053 'regress/regress-deopt-gcb': [SKIP],
1053 'regress/regress-deopt-gc': [SKIP], 1054 'regress/regress-deopt-gc': [SKIP],
1054 'regress/regress-deopt-in-array-literal-spread': [SKIP], 1055 'regress/regress-deopt-in-array-literal-spread': [SKIP],
1055 'regress/regress-embedded-cons-string': [SKIP], 1056 'regress/regress-embedded-cons-string': [SKIP],
1056 'regress/regress-existing-shared-function-info': [SKIP], 1057 'regress/regress-existing-shared-function-info': [SKIP],
1057 'regress/regress-fast-literal-transition': [SKIP], 1058 'regress/regress-fast-literal-transition': [SKIP],
1058 'regress/regress-function-constructor-receiver': [SKIP], 1059 'regress/regress-function-constructor-receiver': [SKIP],
1059 'regress/regress-handle-illegal-redeclaration': [SKIP], 1060 'regress/regress-handle-illegal-redeclaration': [SKIP],
1060 'regress/regress-inline-class-constructor': [SKIP], 1061 'regress/regress-inline-class-constructor': [SKIP],
1061 'regress/regress-inlining-function-literal-context': [SKIP], 1062 'regress/regress-inlining-function-literal-context': [SKIP],
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 # Tests taking too long. 1143 # Tests taking too long.
1143 'array-functions-prototype-misc': [SKIP], 1144 'array-functions-prototype-misc': [SKIP],
1144 'strong/implicit-conversions': [SKIP], 1145 'strong/implicit-conversions': [SKIP],
1145 'strong/load-element-mutate-backing-store': [SKIP], 1146 'strong/load-element-mutate-backing-store': [SKIP],
1146 1147
1147 # Stack overflow. 1148 # Stack overflow.
1148 'big-array-literal': [SKIP], 1149 'big-array-literal': [SKIP],
1149 }], # 'gcov_coverage' 1150 }], # 'gcov_coverage'
1150 1151
1151 ] 1152 ]
OLDNEW
« no previous file with comments | « src/objects.cc ('k') | test/mjsunit/regress/regress-crbug-580506.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698