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

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

Issue 718393004: Do not do field type tracking with GC stress. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 # Skip tests not suitable for GC stress. 206 # Skip tests not suitable for GC stress.
207 'allocation-site-info': [SKIP], 207 'allocation-site-info': [SKIP],
208 'array-constructor-feedback': [SKIP], 208 'array-constructor-feedback': [SKIP],
209 'array-feedback': [SKIP], 209 'array-feedback': [SKIP],
210 'array-literal-feedback': [SKIP], 210 'array-literal-feedback': [SKIP],
211 'd8-performance-now': [SKIP], 211 'd8-performance-now': [SKIP],
212 'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]], 212 'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]],
213 'elements-kind': [SKIP], 213 'elements-kind': [SKIP],
214 'elements-transition-hoisting': [SKIP], 214 'elements-transition-hoisting': [SKIP],
215 'fast-prototype': [SKIP], 215 'fast-prototype': [SKIP],
216 'field-type-tracking': [SKIP],
216 'getters-on-elements': [SKIP], 217 'getters-on-elements': [SKIP],
217 'harmony/block-let-crankshaft': [SKIP], 218 'harmony/block-let-crankshaft': [SKIP],
218 'opt-elements-kind': [SKIP], 219 'opt-elements-kind': [SKIP],
219 'osr-elements-kind': [SKIP], 220 'osr-elements-kind': [SKIP],
220 'regress/regress-crbug-137689': [SKIP], 221 'regress/regress-crbug-137689': [SKIP],
221 'regress/regress-165637': [SKIP], 222 'regress/regress-165637': [SKIP],
222 'regress/regress-2249': [SKIP], 223 'regress/regress-2249': [SKIP],
223 # Tests taking too long 224 # Tests taking too long
224 'debug-stepout-scope-part8': [SKIP], 225 'debug-stepout-scope-part8': [SKIP],
225 'mirror-object': [SKIP], 226 'mirror-object': [SKIP],
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'never-optimize': [SKIP], 573 'never-optimize': [SKIP],
573 'regress/regress-2185-2': [SKIP], 574 'regress/regress-2185-2': [SKIP],
574 'harmony/object-observe': [SKIP], 575 'harmony/object-observe': [SKIP],
575 'readonly': [SKIP], 576 'readonly': [SKIP],
576 'array-feedback': [SKIP], 577 'array-feedback': [SKIP],
577 578
578 # Deopt every n garbage collections collides with deopt every n times. 579 # Deopt every n garbage collections collides with deopt every n times.
579 'regress/regress-2653': [SKIP], 580 'regress/regress-2653': [SKIP],
580 }], # 'deopt_fuzzer == True' 581 }], # 'deopt_fuzzer == True'
581 ] 582 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698