| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 384 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
| 385 | 385 |
| 386 # TODO(vogelheim,5548): Turbofan does support cached accessors. | 386 # TODO(vogelheim,5548): Turbofan does support cached accessors. |
| 387 'test-api-accessors/CachedAccessorCrankshaft': [FAIL], | 387 'test-api-accessors/CachedAccessorCrankshaft': [FAIL], |
| 388 | 388 |
| 389 # BUG(5193): Flaky. | 389 # BUG(5193): Flaky. |
| 390 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], | 390 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], |
| 391 }], # variant == turbofan or variant == ignition_turbofan | 391 }], # variant == turbofan or variant == ignition_turbofan |
| 392 | 392 |
| 393 ############################################################################## | 393 ############################################################################## |
| 394 ['variant != ignition and variant != ignition_staging and variant != ignition_tu
rbofan', { | |
| 395 # Ongoing implementation of modules. | |
| 396 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | |
| 397 'test-modules/*': [SKIP], | |
| 398 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan | |
| 399 | |
| 400 ############################################################################## | |
| 401 ['variant == asm_wasm', { | 394 ['variant == asm_wasm', { |
| 402 '*': [SKIP], | 395 '*': [SKIP], |
| 403 }], # variant == asm_wasm | 396 }], # variant == asm_wasm |
| 404 | 397 |
| 405 ############################################################################## | 398 ############################################################################## |
| 406 ['variant == wasm_traps', { | 399 ['variant == wasm_traps', { |
| 407 'test-accessors/*': [SKIP], | 400 'test-accessors/*': [SKIP], |
| 408 'test-api-interceptors/*': [SKIP], | 401 'test-api-interceptors/*': [SKIP], |
| 409 'test-api/*': [SKIP], | 402 'test-api/*': [SKIP], |
| 410 'test-bignum-dtoa/*': [SKIP], | 403 'test-bignum-dtoa/*': [SKIP], |
| (...skipping 10 matching lines...) Expand all Loading... |
| 421 'test-field-type-tracking/*': [SKIP], | 414 'test-field-type-tracking/*': [SKIP], |
| 422 'test-parsing/*': [SKIP], | 415 'test-parsing/*': [SKIP], |
| 423 'test-page-promotion/*': [SKIP], | 416 'test-page-promotion/*': [SKIP], |
| 424 'test-decls/*': [SKIP], | 417 'test-decls/*': [SKIP], |
| 425 'test-log/*': [SKIP], | 418 'test-log/*': [SKIP], |
| 426 'test-gap-resolver/*': [SKIP], | 419 'test-gap-resolver/*': [SKIP], |
| 427 'test-dtoa/*': [SKIP], | 420 'test-dtoa/*': [SKIP], |
| 428 }], # variant == wasm_traps | 421 }], # variant == wasm_traps |
| 429 | 422 |
| 430 ] | 423 ] |
| OLD | NEW |