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

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

Issue 2646363003: [turbofan] Add fast path for cached property names. (Closed)
Patch Set: Test from jochen. 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/compiler/js-global-object-specialization.cc ('k') | test/cctest/test-api-accessors.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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 ############################################################################## 338 ##############################################################################
339 ['variant == turbofan_opt', { 339 ['variant == turbofan_opt', {
340 # BUG(v8:5457) 340 # BUG(v8:5457)
341 'test-api/SetJitCodeEventHandler': [PASS, ['no_snap', SKIP]], 341 'test-api/SetJitCodeEventHandler': [PASS, ['no_snap', SKIP]],
342 }], # variant == turbofan_opt 342 }], # variant == turbofan_opt
343 343
344 ############################################################################## 344 ##############################################################################
345 ['variant == turbofan or variant == ignition_turbofan', { 345 ['variant == turbofan or variant == ignition_turbofan', {
346 # BUG(4751). Flaky with Ignition. 346 # BUG(4751). Flaky with Ignition.
347 'test-cpu-profiler/JsNativeJsSample': [SKIP], 347 'test-cpu-profiler/JsNativeJsSample': [SKIP],
348
349 # TODO(vogelheim,5548): Turbofan does support cached accessors.
350 'test-api-accessors/CachedAccessorCrankshaft': [FAIL],
351 }], # variant == turbofan or variant == ignition_turbofan 348 }], # variant == turbofan or variant == ignition_turbofan
352 349
353 ############################################################################## 350 ##############################################################################
354 ['variant == asm_wasm', { 351 ['variant == asm_wasm', {
355 '*': [SKIP], 352 '*': [SKIP],
356 }], # variant == asm_wasm 353 }], # variant == asm_wasm
357 354
358 ############################################################################## 355 ##############################################################################
359 ['variant == wasm_traps', { 356 ['variant == wasm_traps', {
360 'test-accessors/*': [SKIP], 357 'test-accessors/*': [SKIP],
(...skipping 13 matching lines...) Expand all
374 'test-field-type-tracking/*': [SKIP], 371 'test-field-type-tracking/*': [SKIP],
375 'test-parsing/*': [SKIP], 372 'test-parsing/*': [SKIP],
376 'test-page-promotion/*': [SKIP], 373 'test-page-promotion/*': [SKIP],
377 'test-decls/*': [SKIP], 374 'test-decls/*': [SKIP],
378 'test-log/*': [SKIP], 375 'test-log/*': [SKIP],
379 'test-gap-resolver/*': [SKIP], 376 'test-gap-resolver/*': [SKIP],
380 'test-dtoa/*': [SKIP], 377 'test-dtoa/*': [SKIP],
381 }], # variant == wasm_traps 378 }], # variant == wasm_traps
382 379
383 ] 380 ]
OLDNEW
« no previous file with comments | « src/compiler/js-global-object-specialization.cc ('k') | test/cctest/test-api-accessors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698