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

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

Issue 2642933003: Revert of Revert [TypeFeedbackVector] Root literal arrays in function literal slots (Closed)
Patch Set: Created 3 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/type-feedback-vector.cc ('k') | test/cctest/heap/test-heap.cc » ('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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 # TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate 181 # TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate
182 # section to not overwrite the expectations for TestThatAlwaysFails. 182 # section to not overwrite the expectations for TestThatAlwaysFails.
183 ['no_snap == True and system == windows', { 183 ['no_snap == True and system == windows', {
184 # Windows doesn't support nosnap mode. 184 # Windows doesn't support nosnap mode.
185 'test-serialize/*': [SKIP], 185 'test-serialize/*': [SKIP],
186 }], # 'no_snap == True and system == windows' 186 }], # 'no_snap == True and system == windows'
187 187
188 ############################################################################## 188 ##############################################################################
189 ['system == windows', { 189 ['system == windows', {
190 190
191 # BUG(5865). Fails on windows.
192 'test-api/IndependentWeakHandle': [SKIP],
193
194 # BUG(3331). Fails on windows. 191 # BUG(3331). Fails on windows.
195 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], 192 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP],
196 193
197 # BUG(v8:4573). 194 # BUG(v8:4573).
198 'test-api/MultipleIsolatesOnIndividualThreads': [PASS, NO_VARIANTS], 195 'test-api/MultipleIsolatesOnIndividualThreads': [PASS, NO_VARIANTS],
199 196
200 # BUG(v8:4642). 197 # BUG(v8:4642).
201 'test-lockers/LockAndUnlockDifferentIsolates': [PASS, NO_VARIANTS], 198 'test-lockers/LockAndUnlockDifferentIsolates': [PASS, NO_VARIANTS],
202 199
203 # BUG(v8:2999,v8:4751). 200 # BUG(v8:2999,v8:4751).
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 'test-field-type-tracking/*': [SKIP], 374 'test-field-type-tracking/*': [SKIP],
378 'test-parsing/*': [SKIP], 375 'test-parsing/*': [SKIP],
379 'test-page-promotion/*': [SKIP], 376 'test-page-promotion/*': [SKIP],
380 'test-decls/*': [SKIP], 377 'test-decls/*': [SKIP],
381 'test-log/*': [SKIP], 378 'test-log/*': [SKIP],
382 'test-gap-resolver/*': [SKIP], 379 'test-gap-resolver/*': [SKIP],
383 'test-dtoa/*': [SKIP], 380 'test-dtoa/*': [SKIP],
384 }], # variant == wasm_traps 381 }], # variant == wasm_traps
385 382
386 ] 383 ]
OLDNEW
« no previous file with comments | « src/type-feedback-vector.cc ('k') | test/cctest/heap/test-heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698