| 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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 'language/statements/generators/invoke-as-constructor': [FAIL], | 406 'language/statements/generators/invoke-as-constructor': [FAIL], |
| 407 'language/expressions/generators/invoke-as-constructor': [FAIL], | 407 'language/expressions/generators/invoke-as-constructor': [FAIL], |
| 408 'language/expressions/object/method-definition/generator-invoke-ctor': [FAIL], | 408 'language/expressions/object/method-definition/generator-invoke-ctor': [FAIL], |
| 409 | 409 |
| 410 # https://bugs.chromium.org/p/v8/issues/detail?id=4632 | 410 # https://bugs.chromium.org/p/v8/issues/detail?id=4632 |
| 411 'built-ins/Promise/race/same-resolve-function': [FAIL], | 411 'built-ins/Promise/race/same-resolve-function': [FAIL], |
| 412 'built-ins/Promise/race/same-reject-function': [FAIL], | 412 'built-ins/Promise/race/same-reject-function': [FAIL], |
| 413 | 413 |
| 414 # https://bugs.chromium.org/p/v8/issues/detail?id=4633 | 414 # https://bugs.chromium.org/p/v8/issues/detail?id=4633 |
| 415 'built-ins/Promise/reject-function-name': [FAIL], | 415 'built-ins/Promise/reject-function-name': [FAIL], |
| 416 'built-ins/Promise/reject-function-nonconstructor': [FAIL], | |
| 417 'built-ins/Promise/resolve-function-name': [FAIL], | 416 'built-ins/Promise/resolve-function-name': [FAIL], |
| 418 'built-ins/Promise/resolve-function-nonconstructor': [FAIL], | |
| 419 'built-ins/Promise/all/resolve-element-function-name': [FAIL], | 417 'built-ins/Promise/all/resolve-element-function-name': [FAIL], |
| 420 'built-ins/Promise/all/resolve-element-function-nonconstructor': [FAIL], | |
| 421 'built-ins/Promise/executor-function-name': [FAIL], | 418 'built-ins/Promise/executor-function-name': [FAIL], |
| 422 'built-ins/Promise/executor-function-nonconstructor': [FAIL], | |
| 423 | 419 |
| 424 # https://bugs.chromium.org/p/v8/issues/detail?id=4634 | 420 # https://bugs.chromium.org/p/v8/issues/detail?id=4634 |
| 425 'built-ins/DataView/prototype/setFloat64/index-check-before-value-conversion':
[FAIL], | 421 'built-ins/DataView/prototype/setFloat64/index-check-before-value-conversion':
[FAIL], |
| 426 'built-ins/DataView/prototype/setFloat32/index-check-before-value-conversion':
[FAIL], | 422 'built-ins/DataView/prototype/setFloat32/index-check-before-value-conversion':
[FAIL], |
| 427 'built-ins/DataView/prototype/setInt16/index-check-before-value-conversion': [
FAIL], | 423 'built-ins/DataView/prototype/setInt16/index-check-before-value-conversion': [
FAIL], |
| 428 'built-ins/DataView/prototype/setInt32/index-check-before-value-conversion': [
FAIL], | 424 'built-ins/DataView/prototype/setInt32/index-check-before-value-conversion': [
FAIL], |
| 429 'built-ins/DataView/prototype/setUint16/index-check-before-value-conversion':
[FAIL], | 425 'built-ins/DataView/prototype/setUint16/index-check-before-value-conversion':
[FAIL], |
| 430 'built-ins/DataView/prototype/setUint32/index-check-before-value-conversion':
[FAIL], | 426 'built-ins/DataView/prototype/setUint32/index-check-before-value-conversion':
[FAIL], |
| 431 'built-ins/DataView/prototype/setUint8/index-check-before-value-conversion': [
FAIL], | 427 'built-ins/DataView/prototype/setUint8/index-check-before-value-conversion': [
FAIL], |
| 432 'built-ins/DataView/prototype/setInt8/index-check-before-value-conversion': [F
AIL], | 428 'built-ins/DataView/prototype/setInt8/index-check-before-value-conversion': [F
AIL], |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 748 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T2': [SKIP], | 744 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T2': [SKIP], |
| 749 'built-ins/encodeURI*': [SKIP], | 745 'built-ins/encodeURI*': [SKIP], |
| 750 'intl402/9.2.2': [SKIP], | 746 'intl402/9.2.2': [SKIP], |
| 751 'language/statements/let/fn-name-arrow': [SKIP], | 747 'language/statements/let/fn-name-arrow': [SKIP], |
| 752 'language/statements/let/fn-name-cover': [SKIP], | 748 'language/statements/let/fn-name-cover': [SKIP], |
| 753 'language/statements/let/fn-name-fn': [SKIP], | 749 'language/statements/let/fn-name-fn': [SKIP], |
| 754 'language/statements/let/fn-name-gen': [SKIP], | 750 'language/statements/let/fn-name-gen': [SKIP], |
| 755 }], # ignition == True and (arch == arm or arch == arm64) | 751 }], # ignition == True and (arch == arm or arch == arm64) |
| 756 | 752 |
| 757 ] | 753 ] |
| OLD | NEW |