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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 # Ongoing implementation of modules. | 395 # Ongoing implementation of modules. |
396 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | 396 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
397 'test-modules/*': [SKIP], | 397 'test-modules/*': [SKIP], |
398 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan | 398 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan |
399 | 399 |
400 ############################################################################## | 400 ############################################################################## |
401 ['variant == asm_wasm', { | 401 ['variant == asm_wasm', { |
402 '*': [SKIP], | 402 '*': [SKIP], |
403 }], # variant == asm_wasm | 403 }], # variant == asm_wasm |
404 | 404 |
| 405 ############################################################################## |
| 406 ['variant == wasm_traps', { |
| 407 'test-accessors/*': [SKIP], |
| 408 'test-api-interceptors/*': [SKIP], |
| 409 'test-api/*': [SKIP], |
| 410 'test-bignum-dtoa/*': [SKIP], |
| 411 'test-cpu-profiler/*': [SKIP], |
| 412 'test-debug/*': [SKIP], |
| 413 'test-global-handles/*': [SKIP], |
| 414 'test-heap-profiler/*': [SKIP], |
| 415 'test-heap/*': [SKIP], |
| 416 'test-inobject-slack-tracking/*': [SKIP], |
| 417 'test-lockers/*': [SKIP], |
| 418 'test-run-machops/*': [SKIP], |
| 419 'test-serialize/*': [SKIP], |
| 420 'test-strings/*': [SKIP], |
| 421 'test-field-type-tracking/*': [SKIP], |
| 422 'test-parsing/*': [SKIP], |
| 423 'test-page-promotion/*': [SKIP], |
| 424 'test-decls/*': [SKIP], |
| 425 'test-log/*': [SKIP], |
| 426 'test-gap-resolver/*': [SKIP], |
| 427 'test-dtoa/*': [SKIP], |
| 428 }], # variant == wasm_traps |
| 429 |
405 ] | 430 ] |
OLD | NEW |