| 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 'intl402/DateTimeFormat/12.1.1_1': [FAIL], | 252 'intl402/DateTimeFormat/12.1.1_1': [FAIL], |
| 253 'intl402/NumberFormat/11.1.1_1': [FAIL], | 253 'intl402/NumberFormat/11.1.1_1': [FAIL], |
| 254 | 254 |
| 255 # https://code.google.com/p/v8/issues/detail?id=4361 | 255 # https://code.google.com/p/v8/issues/detail?id=4361 |
| 256 'intl402/Collator/10.1.1_a': [FAIL], | 256 'intl402/Collator/10.1.1_a': [FAIL], |
| 257 | 257 |
| 258 # https://code.google.com/p/v8/issues/detail?id=4447 | 258 # https://code.google.com/p/v8/issues/detail?id=4447 |
| 259 'language/expressions/instanceof/prototype-getter-with-object-throws': [FAIL], | 259 'language/expressions/instanceof/prototype-getter-with-object-throws': [FAIL], |
| 260 'language/expressions/instanceof/prototype-getter-with-object': [FAIL], | 260 'language/expressions/instanceof/prototype-getter-with-object': [FAIL], |
| 261 'language/expressions/instanceof/primitive-prototype-with-object': [FAIL], | 261 'language/expressions/instanceof/primitive-prototype-with-object': [FAIL], |
| 262 'language/expressions/instanceof/symbol-hasinstance-get-err': [FAIL], | |
| 263 'language/expressions/instanceof/symbol-hasinstance-invocation': [FAIL], | |
| 264 'language/expressions/instanceof/symbol-hasinstance-to-boolean': [FAIL], | |
| 265 | 262 |
| 266 # https://code.google.com/p/v8/issues/detail?id=4476 | 263 # https://code.google.com/p/v8/issues/detail?id=4476 |
| 267 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA
IL], | 264 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA
IL], |
| 268 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], | 265 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], |
| 269 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL], | 266 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL], |
| 270 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL], | 267 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL], |
| 271 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL], | 268 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL], |
| 272 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], | 269 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], |
| 273 | 270 |
| 274 # https://code.google.com/p/v8/issues/detail?id=4477 | 271 # https://code.google.com/p/v8/issues/detail?id=4477 |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 617 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], | 614 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], |
| 618 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], | 615 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], |
| 619 'intl402/9.2.2': [SKIP], | 616 'intl402/9.2.2': [SKIP], |
| 620 'language/statements/let/fn-name-arrow': [SKIP], | 617 'language/statements/let/fn-name-arrow': [SKIP], |
| 621 'language/statements/let/fn-name-cover': [SKIP], | 618 'language/statements/let/fn-name-cover': [SKIP], |
| 622 'language/statements/let/fn-name-fn': [SKIP], | 619 'language/statements/let/fn-name-fn': [SKIP], |
| 623 'language/statements/let/fn-name-gen': [SKIP], | 620 'language/statements/let/fn-name-gen': [SKIP], |
| 624 }], # ignition == True and (arch == arm or arch == arm64) | 621 }], # ignition == True and (arch == arm or arch == arm64) |
| 625 | 622 |
| 626 ] | 623 ] |
| OLD | NEW |