| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], | 92 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], |
| 93 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], | 93 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], |
| 94 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], | 94 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], |
| 95 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], | 95 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], |
| 96 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], | 96 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], |
| 97 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], | 97 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], |
| 98 | 98 |
| 99 # https://code.google.com/p/v8/issues/detail?id=4253 | 99 # https://code.google.com/p/v8/issues/detail?id=4253 |
| 100 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], | 100 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], |
| 101 | 101 |
| 102 # https://code.google.com/p/v8/issues/detail?id=4602 | 102 ###### BEGIN REGEXP SUBCLASSING SECTION ###### |
| 103 # https://code.google.com/p/v8/issues/detail?id=4602 |
| 104 # Fails due to mismatching [[OriginalFlags]] and getters |
| 103 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL], | 105 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL], |
| 104 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL], | 106 'built-ins/RegExp/prototype/Symbol.match/coerce-sticky': [FAIL], |
| 105 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL], | 107 'built-ins/RegExp/prototype/Symbol.replace/get-sticky-coerce': [FAIL], |
| 108 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL], |
| 109 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL], |
| 110 'built-ins/RegExp/prototype/Symbol.search/get-sticky-coerce': [FAIL], |
| 106 | 111 |
| 107 # https://code.google.com/p/v8/issues/detail?id=4305 | 112 # Missing lastIndex support |
| 108 # SKIP rather than FAIL some tests, as they may check for an exception which | 113 'built-ins/RegExp/prototype/Symbol.split/str-result-coerce-length-err': [FAIL]
, |
| 109 # happens to be thrown for some other reason (e.g, | 114 |
| 110 # built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err) | 115 # Times out |
| 116 'built-ins/RegExp/prototype/Symbol.split/str-coerce-lastindex': [SKIP], |
| 117 |
| 118 # Sticky support busted |
| 119 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], |
| 120 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL], |
| 121 |
| 122 # SKIP rather than FAIL, as the test checks for an exception which |
| 123 # happens to be thrown for some other reason. |
| 124 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP], |
| 125 |
| 126 # Spec change in progress: https://github.com/tc39/ecma262/issues/489 |
| 127 'built-ins/RegExp/prototype/Symbol.replace/get-sticky-err': [SKIP], |
| 128 |
| 129 # Skip everything that will fail without the --harmony-regexp-exec flag. |
| 130 # These lines should be removed when that flag is staged. |
| 111 'built-ins/RegExp/prototype/Symbol.match/*': [SKIP], | 131 'built-ins/RegExp/prototype/Symbol.match/*': [SKIP], |
| 112 | |
| 113 # https://code.google.com/p/v8/issues/detail?id=4343 | |
| 114 'built-ins/RegExp/prototype/Symbol.replace/*': [SKIP], | 132 'built-ins/RegExp/prototype/Symbol.replace/*': [SKIP], |
| 115 | |
| 116 # https://code.google.com/p/v8/issues/detail?id=4344 | |
| 117 'built-ins/RegExp/prototype/Symbol.search/*': [SKIP], | 133 'built-ins/RegExp/prototype/Symbol.search/*': [SKIP], |
| 118 | |
| 119 # https://code.google.com/p/v8/issues/detail?id=4345 | |
| 120 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP], | 134 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP], |
| 135 'built-ins/RegExp/prototype/exec/get-sticky-err': [SKIP], |
| 136 'built-ins/RegExp/prototype/test/get-sticky-err': [SKIP], |
| 137 # |
| 138 ###### END REGEXP SUBCLASSING SECTION ###### |
| 121 | 139 |
| 122 # https://code.google.com/p/v8/issues/detail?id=4360 | 140 # https://code.google.com/p/v8/issues/detail?id=4360 |
| 123 'intl402/Collator/10.1.1_1': [FAIL], | 141 'intl402/Collator/10.1.1_1': [FAIL], |
| 124 'intl402/DateTimeFormat/12.1.1_1': [FAIL], | 142 'intl402/DateTimeFormat/12.1.1_1': [FAIL], |
| 125 'intl402/NumberFormat/11.1.1_1': [FAIL], | 143 'intl402/NumberFormat/11.1.1_1': [FAIL], |
| 126 | 144 |
| 127 # https://code.google.com/p/v8/issues/detail?id=4361 | 145 # https://code.google.com/p/v8/issues/detail?id=4361 |
| 128 'intl402/Collator/10.1.1_a': [FAIL], | 146 'intl402/Collator/10.1.1_a': [FAIL], |
| 129 | 147 |
| 130 # https://code.google.com/p/v8/issues/detail?id=4476 | 148 # https://code.google.com/p/v8/issues/detail?id=4476 |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 352 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
| 335 }], # asan == True | 353 }], # asan == True |
| 336 | 354 |
| 337 ['asan == True or msan == True or tsan == True', { | 355 ['asan == True or msan == True or tsan == True', { |
| 338 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 356 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 339 # The failed allocation causes an asan/msan/tsan error | 357 # The failed allocation causes an asan/msan/tsan error |
| 340 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 358 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 341 }], # asan == True or msan == True or tsan == True | 359 }], # asan == True or msan == True or tsan == True |
| 342 | 360 |
| 343 ] | 361 ] |
| OLD | NEW |