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

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

Issue 1734243004: Remove strong mode support from materialized literals. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Test expectations. 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
« no previous file with comments | « test/message/strong-object-set-proto.out ('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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'strong/implicit-conversions': [SKIP], 127 'strong/implicit-conversions': [SKIP],
128 'strong/implicit-conversions-count': [SKIP], 128 'strong/implicit-conversions-count': [SKIP],
129 'strong/implicit-conversions-inlining': [SKIP], 129 'strong/implicit-conversions-inlining': [SKIP],
130 'strong/load-builtins': [SKIP], 130 'strong/load-builtins': [SKIP],
131 'strong/load-element': [SKIP], 131 'strong/load-element': [SKIP],
132 'strong/load-element-mutate-backing-store': [SKIP], 132 'strong/load-element-mutate-backing-store': [SKIP],
133 'strong/load-property': [SKIP], 133 'strong/load-property': [SKIP],
134 'strong/load-property-mutate-backing-store': [SKIP], 134 'strong/load-property-mutate-backing-store': [SKIP],
135 'strong/load-super': [SKIP], 135 'strong/load-super': [SKIP],
136 'strong/literals': [SKIP], # Rest arguments do not respect strongness in Turbo fan. 136 'strong/literals': [SKIP], # Rest arguments do not respect strongness in Turbo fan.
137 'strong/object-delete': [SKIP],
138 'strong/object-freeze-property': [SKIP],
139 'strong/object-set-prototype': [SKIP],
137 140
138 # Issue 4035: unexpected frame->context() in debugger 141 # Issue 4035: unexpected frame->context() in debugger
139 'regress/regress-crbug-107996': [PASS, NO_VARIANTS], 142 'regress/regress-crbug-107996': [PASS, NO_VARIANTS],
140 'regress/regress-crbug-171715': [PASS, NO_VARIANTS], 143 'regress/regress-crbug-171715': [PASS, NO_VARIANTS],
141 'regress/regress-crbug-222893': [PASS, NO_VARIANTS], 144 'regress/regress-crbug-222893': [PASS, NO_VARIANTS],
142 'regress/regress-crbug-323936': [PASS, NO_VARIANTS], 145 'regress/regress-crbug-323936': [PASS, NO_VARIANTS],
143 'regress/regress-crbug-491943': [PASS, NO_VARIANTS], 146 'regress/regress-crbug-491943': [PASS, NO_VARIANTS],
144 'regress/regress-325676': [PASS, NO_VARIANTS], 147 'regress/regress-325676': [PASS, NO_VARIANTS],
145 'debug-evaluate-closure': [PASS, NO_VARIANTS], 148 'debug-evaluate-closure': [PASS, NO_VARIANTS],
146 'debug-evaluate-with': [PASS, NO_VARIANTS], 149 'debug-evaluate-with': [PASS, NO_VARIANTS],
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 # Tests taking too long. 919 # Tests taking too long.
917 'array-functions-prototype-misc': [SKIP], 920 'array-functions-prototype-misc': [SKIP],
918 'strong/implicit-conversions': [SKIP], 921 'strong/implicit-conversions': [SKIP],
919 'strong/load-element-mutate-backing-store': [SKIP], 922 'strong/load-element-mutate-backing-store': [SKIP],
920 923
921 # Stack overflow. 924 # Stack overflow.
922 'big-array-literal': [SKIP], 925 'big-array-literal': [SKIP],
923 }], # 'gcov_coverage' 926 }], # 'gcov_coverage'
924 927
925 ] 928 ]
OLDNEW
« no previous file with comments | « test/message/strong-object-set-proto.out ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698