OLD | NEW |
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 Loading... |
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 Loading... |
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 ] |
OLD | NEW |