| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], | 126 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], |
| 127 | 127 |
| 128 # https://code.google.com/p/v8/issues/detail?id=4253 | 128 # https://code.google.com/p/v8/issues/detail?id=4253 |
| 129 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], | 129 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], |
| 130 | 130 |
| 131 # https://code.google.com/p/v8/issues/detail?id=4602 | 131 # https://code.google.com/p/v8/issues/detail?id=4602 |
| 132 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL], | 132 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL], |
| 133 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL], | 133 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL], |
| 134 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL], | 134 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL], |
| 135 | 135 |
| 136 # https://code.google.com/p/v8/issues/detail?id=4504 | |
| 137 'built-ins/RegExp/prototype/exec/y-fail-lastindex-no-write': [PASS, FAIL], | |
| 138 'built-ins/RegExp/prototype/test/y-fail-lastindex-no-write': [PASS, FAIL], | |
| 139 | |
| 140 # https://code.google.com/p/v8/issues/detail?id=4305 | 136 # https://code.google.com/p/v8/issues/detail?id=4305 |
| 141 # SKIP rather than FAIL some tests, as they may check for an exception which | 137 # SKIP rather than FAIL some tests, as they may check for an exception which |
| 142 # happens to be thrown for some other reason (e.g, | 138 # happens to be thrown for some other reason (e.g, |
| 143 # built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err) | 139 # built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err) |
| 144 'built-ins/RegExp/prototype/Symbol.match/*': [SKIP], | 140 'built-ins/RegExp/prototype/Symbol.match/*': [SKIP], |
| 145 'built-ins/String/prototype/match/invoke-builtin-match': [FAIL], | 141 'built-ins/String/prototype/match/invoke-builtin-match': [FAIL], |
| 146 | 142 |
| 147 # https://code.google.com/p/v8/issues/detail?id=4343 | 143 # https://code.google.com/p/v8/issues/detail?id=4343 |
| 148 'built-ins/RegExp/prototype/Symbol.replace/*': [SKIP], | 144 'built-ins/RegExp/prototype/Symbol.replace/*': [SKIP], |
| 149 | 145 |
| (...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 'language/statements/generators/yield-as-statement': [FAIL], | 619 'language/statements/generators/yield-as-statement': [FAIL], |
| 624 'language/statements/generators/yield-as-yield-operand': [FAIL], | 620 'language/statements/generators/yield-as-yield-operand': [FAIL], |
| 625 'language/statements/generators/yield-newline': [FAIL], | 621 'language/statements/generators/yield-newline': [FAIL], |
| 626 'language/statements/generators/yield-star-before-newline': [FAIL], | 622 'language/statements/generators/yield-star-before-newline': [FAIL], |
| 627 | 623 |
| 628 # TODO(4680,rmcilroy): Test262Error: Expected a RangeError to be thrown but no
exception was thrown at all | 624 # TODO(4680,rmcilroy): Test262Error: Expected a RangeError to be thrown but no
exception was thrown at all |
| 629 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [FAIL], | 625 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [FAIL], |
| 630 }], # ignition == True | 626 }], # ignition == True |
| 631 | 627 |
| 632 ] | 628 ] |
| OLD | NEW |