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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 # https://bugs.chromium.org/p/v8/issues/detail?id=4592 | 396 # https://bugs.chromium.org/p/v8/issues/detail?id=4592 |
397 'built-ins/ArrayBuffer/length-is-absent': [FAIL], | 397 'built-ins/ArrayBuffer/length-is-absent': [FAIL], |
398 'built-ins/ArrayBuffer/length-is-not-number': [FAIL], | 398 'built-ins/ArrayBuffer/length-is-not-number': [FAIL], |
399 'built-ins/ArrayBuffer/positive-integer-length': [FAIL], | 399 'built-ins/ArrayBuffer/positive-integer-length': [FAIL], |
400 | 400 |
401 # https://bugs.chromium.org/p/v8/issues/detail?id=4630 | 401 # https://bugs.chromium.org/p/v8/issues/detail?id=4630 |
402 'language/statements/generators/invoke-as-constructor': [FAIL], | 402 'language/statements/generators/invoke-as-constructor': [FAIL], |
403 'language/expressions/generators/invoke-as-constructor': [FAIL], | 403 'language/expressions/generators/invoke-as-constructor': [FAIL], |
404 'language/expressions/object/method-definition/generator-invoke-ctor': [FAIL], | 404 'language/expressions/object/method-definition/generator-invoke-ctor': [FAIL], |
405 | 405 |
406 # https://bugs.chromium.org/p/v8/issues/detail?id=4632 | |
407 'built-ins/Promise/race/same-resolve-function': [FAIL], | |
408 'built-ins/Promise/race/same-reject-function': [FAIL], | |
409 | |
410 # https://bugs.chromium.org/p/v8/issues/detail?id=4633 | 406 # https://bugs.chromium.org/p/v8/issues/detail?id=4633 |
411 'built-ins/Promise/reject-function-name': [FAIL], | 407 'built-ins/Promise/reject-function-name': [FAIL], |
412 'built-ins/Promise/resolve-function-name': [FAIL], | 408 'built-ins/Promise/resolve-function-name': [FAIL], |
413 'built-ins/Promise/all/resolve-element-function-name': [FAIL], | 409 'built-ins/Promise/all/resolve-element-function-name': [FAIL], |
414 'built-ins/Promise/executor-function-name': [FAIL], | 410 'built-ins/Promise/executor-function-name': [FAIL], |
415 | 411 |
416 # https://bugs.chromium.org/p/v8/issues/detail?id=4634 | 412 # https://bugs.chromium.org/p/v8/issues/detail?id=4634 |
417 'built-ins/DataView/prototype/setFloat64/index-check-before-value-conversion':
[FAIL], | 413 'built-ins/DataView/prototype/setFloat64/index-check-before-value-conversion':
[FAIL], |
418 'built-ins/DataView/prototype/setFloat32/index-check-before-value-conversion':
[FAIL], | 414 'built-ins/DataView/prototype/setFloat32/index-check-before-value-conversion':
[FAIL], |
419 'built-ins/DataView/prototype/setInt16/index-check-before-value-conversion': [
FAIL], | 415 'built-ins/DataView/prototype/setInt16/index-check-before-value-conversion': [
FAIL], |
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
740 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T2': [SKIP], | 736 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T2': [SKIP], |
741 'built-ins/encodeURI*': [SKIP], | 737 'built-ins/encodeURI*': [SKIP], |
742 'intl402/9.2.2': [SKIP], | 738 'intl402/9.2.2': [SKIP], |
743 'language/statements/let/fn-name-arrow': [SKIP], | 739 'language/statements/let/fn-name-arrow': [SKIP], |
744 'language/statements/let/fn-name-cover': [SKIP], | 740 'language/statements/let/fn-name-cover': [SKIP], |
745 'language/statements/let/fn-name-fn': [SKIP], | 741 'language/statements/let/fn-name-fn': [SKIP], |
746 'language/statements/let/fn-name-gen': [SKIP], | 742 'language/statements/let/fn-name-gen': [SKIP], |
747 }], # ignition == True and (arch == arm or arch == arm64) | 743 }], # ignition == True and (arch == arm or arch == arm64) |
748 | 744 |
749 ] | 745 ] |
OLD | NEW |