| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 'language/expressions/postfix-increment/S11.3.1_A6_T3': [FAIL], | 64 'language/expressions/postfix-increment/S11.3.1_A6_T3': [FAIL], |
| 65 'language/expressions/postfix-decrement/S11.3.2_A6_T3': [FAIL], | 65 'language/expressions/postfix-decrement/S11.3.2_A6_T3': [FAIL], |
| 66 'language/expressions/prefix-decrement/S11.4.5_A6_T3': [FAIL], | 66 'language/expressions/prefix-decrement/S11.4.5_A6_T3': [FAIL], |
| 67 'language/expressions/prefix-increment/S11.4.4_A6_T3': [FAIL], | 67 'language/expressions/prefix-increment/S11.4.4_A6_T3': [FAIL], |
| 68 | 68 |
| 69 # https://code.google.com/p/v8/issues/detail?id=4250 | 69 # https://code.google.com/p/v8/issues/detail?id=4250 |
| 70 'language/expressions/assignment/S11.13.1_A5*': [FAIL], | 70 'language/expressions/assignment/S11.13.1_A5*': [FAIL], |
| 71 'language/expressions/assignment/S11.13.1_A6*': [FAIL], | 71 'language/expressions/assignment/S11.13.1_A6*': [FAIL], |
| 72 | 72 |
| 73 # https://bugs.chromium.org/p/v8/issues/detail?id=4709 | 73 # https://bugs.chromium.org/p/v8/issues/detail?id=4709 |
| 74 'built-ins/Promise/reject-function-name': [FAIL], |
| 75 'built-ins/Promise/resolve-function-name': [FAIL], |
| 76 'built-ins/Promise/all/resolve-element-function-name': [FAIL], |
| 77 'built-ins/Promise/executor-function-name': [FAIL], |
| 74 'built-ins/Proxy/revocable/revocation-function-name': [FAIL], | 78 'built-ins/Proxy/revocable/revocation-function-name': [FAIL], |
| 75 'language/expressions/assignment/fn-name-lhs-cover': [FAIL], | 79 'language/expressions/assignment/fn-name-lhs-cover': [FAIL], |
| 76 'language/expressions/assignment/fn-name-lhs-member': [FAIL], | 80 'language/expressions/assignment/fn-name-lhs-member': [FAIL], |
| 77 'language/expressions/class/name': [FAIL], | 81 'language/expressions/class/name': [FAIL], |
| 78 'language/expressions/function/name': [FAIL], | 82 'language/expressions/function/name': [FAIL], |
| 79 'language/expressions/generators/name': [FAIL], | 83 'language/expressions/generators/name': [FAIL], |
| 80 'intl402/NumberFormat/prototype/format/format-function-name': [FAIL], | 84 'intl402/NumberFormat/prototype/format/format-function-name': [FAIL], |
| 81 'intl402/DateTimeFormat/prototype/format/format-function-name': [FAIL], | 85 'intl402/DateTimeFormat/prototype/format/format-function-name': [FAIL], |
| 82 'intl402/Collator/prototype/compare/compare-function-name': [FAIL], | 86 'intl402/Collator/prototype/compare/compare-function-name': [FAIL], |
| 83 | 87 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 # https://bugs.chromium.org/p/v8/issues/detail?id=4628 | 145 # https://bugs.chromium.org/p/v8/issues/detail?id=4628 |
| 142 'language/eval-code/non-definable-function-with-variable': [FAIL], | 146 'language/eval-code/non-definable-function-with-variable': [FAIL], |
| 143 'language/eval-code/non-definable-function-with-function': [FAIL], | 147 'language/eval-code/non-definable-function-with-function': [FAIL], |
| 144 | 148 |
| 145 # https://bugs.chromium.org/p/v8/issues/detail?id=4592 | 149 # https://bugs.chromium.org/p/v8/issues/detail?id=4592 |
| 146 'built-ins/ArrayBuffer/length-is-absent': [FAIL], | 150 'built-ins/ArrayBuffer/length-is-absent': [FAIL], |
| 147 'built-ins/ArrayBuffer/length-is-not-number': [FAIL], | 151 'built-ins/ArrayBuffer/length-is-not-number': [FAIL], |
| 148 'built-ins/ArrayBuffer/positive-integer-length': [FAIL], | 152 'built-ins/ArrayBuffer/positive-integer-length': [FAIL], |
| 149 'language/statements/class/subclass/builtin-objects/ArrayBuffer/regular-subcla
ssing': [FAIL], | 153 'language/statements/class/subclass/builtin-objects/ArrayBuffer/regular-subcla
ssing': [FAIL], |
| 150 | 154 |
| 151 # https://bugs.chromium.org/p/v8/issues/detail?id=4633 | |
| 152 'built-ins/Promise/reject-function-name': [FAIL], | |
| 153 'built-ins/Promise/resolve-function-name': [FAIL], | |
| 154 'built-ins/Promise/all/resolve-element-function-name': [FAIL], | |
| 155 'built-ins/Promise/executor-function-name': [FAIL], | |
| 156 | |
| 157 # https://bugs.chromium.org/p/v8/issues/detail?id=4634 | 155 # https://bugs.chromium.org/p/v8/issues/detail?id=4634 |
| 158 'built-ins/DataView/prototype/setFloat64/index-check-before-value-conversion':
[FAIL], | 156 'built-ins/DataView/prototype/setFloat64/index-check-before-value-conversion':
[FAIL], |
| 159 'built-ins/DataView/prototype/setFloat32/index-check-before-value-conversion':
[FAIL], | 157 'built-ins/DataView/prototype/setFloat32/index-check-before-value-conversion':
[FAIL], |
| 160 'built-ins/DataView/prototype/setInt16/index-check-before-value-conversion': [
FAIL], | 158 'built-ins/DataView/prototype/setInt16/index-check-before-value-conversion': [
FAIL], |
| 161 'built-ins/DataView/prototype/setInt32/index-check-before-value-conversion': [
FAIL], | 159 'built-ins/DataView/prototype/setInt32/index-check-before-value-conversion': [
FAIL], |
| 162 'built-ins/DataView/prototype/setUint16/index-check-before-value-conversion':
[FAIL], | 160 'built-ins/DataView/prototype/setUint16/index-check-before-value-conversion':
[FAIL], |
| 163 'built-ins/DataView/prototype/setUint32/index-check-before-value-conversion':
[FAIL], | 161 'built-ins/DataView/prototype/setUint32/index-check-before-value-conversion':
[FAIL], |
| 164 'built-ins/DataView/prototype/setUint8/index-check-before-value-conversion': [
FAIL], | 162 'built-ins/DataView/prototype/setUint8/index-check-before-value-conversion': [
FAIL], |
| 165 'built-ins/DataView/prototype/setInt8/index-check-before-value-conversion': [F
AIL], | 163 'built-ins/DataView/prototype/setInt8/index-check-before-value-conversion': [F
AIL], |
| 166 | 164 |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 444 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
| 447 }], # asan == True | 445 }], # asan == True |
| 448 | 446 |
| 449 ['asan == True or msan == True or tsan == True', { | 447 ['asan == True or msan == True or tsan == True', { |
| 450 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 448 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 451 # The failed allocation causes an asan/msan/tsan error | 449 # The failed allocation causes an asan/msan/tsan error |
| 452 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 450 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 453 }], # asan == True or msan == True or tsan == True | 451 }], # asan == True or msan == True or tsan == True |
| 454 | 452 |
| 455 ] | 453 ] |
| OLD | NEW |