| 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 }], # 'arch == ppc64 and simulator_run == True' | 325 }], # 'arch == ppc64 and simulator_run == True' |
| 326 | 326 |
| 327 ############################################################################## | 327 ############################################################################## |
| 328 ['variant == turbofan_opt', { | 328 ['variant == turbofan_opt', { |
| 329 # BUG(v8:5457) | 329 # BUG(v8:5457) |
| 330 'test-api/SetJitCodeEventHandler': [PASS, ['no_snap', SKIP]], | 330 'test-api/SetJitCodeEventHandler': [PASS, ['no_snap', SKIP]], |
| 331 }], # variant == turbofan_opt | 331 }], # variant == turbofan_opt |
| 332 | 332 |
| 333 ############################################################################## | 333 ############################################################################## |
| 334 ['variant == turbofan or variant == ignition_turbofan', { | 334 ['variant == turbofan or variant == ignition_turbofan', { |
| 335 # BUG(4751). Deopts with kNotASmi instead of expected deopt reason. | |
| 336 'test-cpu-profiler/CollectDeoptEvents': [SKIP], | |
| 337 | |
| 338 # BUG(4751). Flaky with Ignition. | 335 # BUG(4751). Flaky with Ignition. |
| 339 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 336 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
| 340 | 337 |
| 341 # TODO(vogelheim,5548): Turbofan does support cached accessors. | 338 # TODO(vogelheim,5548): Turbofan does support cached accessors. |
| 342 'test-api-accessors/CachedAccessorCrankshaft': [FAIL], | 339 'test-api-accessors/CachedAccessorCrankshaft': [FAIL], |
| 343 }], # variant == turbofan or variant == ignition_turbofan | 340 }], # variant == turbofan or variant == ignition_turbofan |
| 344 | 341 |
| 345 ############################################################################## | 342 ############################################################################## |
| 346 ['variant == asm_wasm', { | 343 ['variant == asm_wasm', { |
| 347 '*': [SKIP], | 344 '*': [SKIP], |
| (...skipping 18 matching lines...) Expand all Loading... |
| 366 'test-field-type-tracking/*': [SKIP], | 363 'test-field-type-tracking/*': [SKIP], |
| 367 'test-parsing/*': [SKIP], | 364 'test-parsing/*': [SKIP], |
| 368 'test-page-promotion/*': [SKIP], | 365 'test-page-promotion/*': [SKIP], |
| 369 'test-decls/*': [SKIP], | 366 'test-decls/*': [SKIP], |
| 370 'test-log/*': [SKIP], | 367 'test-log/*': [SKIP], |
| 371 'test-gap-resolver/*': [SKIP], | 368 'test-gap-resolver/*': [SKIP], |
| 372 'test-dtoa/*': [SKIP], | 369 'test-dtoa/*': [SKIP], |
| 373 }], # variant == wasm_traps | 370 }], # variant == wasm_traps |
| 374 | 371 |
| 375 ] | 372 ] |
| OLD | NEW |