| 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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 'language/expressions/object/method-definition/generator-name-prop-symbol': [F
AIL], | 336 'language/expressions/object/method-definition/generator-name-prop-symbol': [F
AIL], |
| 337 'language/expressions/object/method-definition/name-name-prop-symbol': [FAIL], | 337 'language/expressions/object/method-definition/name-name-prop-symbol': [FAIL], |
| 338 | 338 |
| 339 # https://code.google.com/p/v8/issues/detail?id=2952 | 339 # https://code.google.com/p/v8/issues/detail?id=2952 |
| 340 'built-ins/RegExp/prototype/exec/u-lastindex-adv': [FAIL], | 340 'built-ins/RegExp/prototype/exec/u-lastindex-adv': [FAIL], |
| 341 'built-ins/RegExp/prototype/exec/u-captured-value': [FAIL], | 341 'built-ins/RegExp/prototype/exec/u-captured-value': [FAIL], |
| 342 'built-ins/RegExp/prototype/exec/u-lastindex-value': [FAIL], | 342 'built-ins/RegExp/prototype/exec/u-lastindex-value': [FAIL], |
| 343 'built-ins/RegExp/prototype/test/u-captured-value': [FAIL], | 343 'built-ins/RegExp/prototype/test/u-captured-value': [FAIL], |
| 344 'built-ins/RegExp/prototype/test/u-lastindex-adv': [FAIL], | 344 'built-ins/RegExp/prototype/test/u-lastindex-adv': [FAIL], |
| 345 'built-ins/RegExp/prototype/test/u-lastindex-value': [FAIL], | 345 'built-ins/RegExp/prototype/test/u-lastindex-value': [FAIL], |
| 346 'built-ins/RegExp/prototype/unicode/name': [FAIL], | |
| 347 'built-ins/RegExp/prototype/unicode/this-regexp': [FAIL], | 346 'built-ins/RegExp/prototype/unicode/this-regexp': [FAIL], |
| 348 'built-ins/RegExp/unicode_identity_escape': [FAIL], | 347 'built-ins/RegExp/unicode_identity_escape': [FAIL], |
| 349 'language/literals/regexp/u-unicode-esc': [FAIL], | 348 'language/literals/regexp/u-unicode-esc': [FAIL], |
| 350 'language/literals/regexp/u-surrogate-pairs': [FAIL], | 349 'language/literals/regexp/u-surrogate-pairs': [FAIL], |
| 351 'language/literals/regexp/u-case-mapping': [FAIL], | 350 'language/literals/regexp/u-case-mapping': [FAIL], |
| 352 'language/literals/regexp/u-astral': [FAIL], | 351 'language/literals/regexp/u-astral': [FAIL], |
| 353 | 352 |
| 354 # https://code.google.com/p/v8/issues/detail?id=4342 | 353 # https://code.google.com/p/v8/issues/detail?id=4342 |
| 355 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL], | 354 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL], |
| 356 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL], | 355 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL], |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 'built-ins/String/prototype/search/cstm-search-invocation': [FAIL], | 388 'built-ins/String/prototype/search/cstm-search-invocation': [FAIL], |
| 390 'built-ins/String/prototype/search/invoke-builtin-search': [FAIL], | 389 'built-ins/String/prototype/search/invoke-builtin-search': [FAIL], |
| 391 | 390 |
| 392 # https://code.google.com/p/v8/issues/detail?id=4345 | 391 # https://code.google.com/p/v8/issues/detail?id=4345 |
| 393 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP], | 392 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP], |
| 394 'built-ins/Symbol/split/prop-desc': [FAIL], | 393 'built-ins/Symbol/split/prop-desc': [FAIL], |
| 395 'built-ins/String/prototype/split/cstm-split-invocation': [FAIL], | 394 'built-ins/String/prototype/split/cstm-split-invocation': [FAIL], |
| 396 'built-ins/String/prototype/split/cstm-split-get-err': [FAIL], | 395 'built-ins/String/prototype/split/cstm-split-get-err': [FAIL], |
| 397 | 396 |
| 398 # https://code.google.com/p/v8/issues/detail?id=4346 | 397 # https://code.google.com/p/v8/issues/detail?id=4346 |
| 399 'built-ins/RegExp/prototype/flags/name': [FAIL], | |
| 400 'built-ins/RegExp/prototype/flags/u': [FAIL], | 398 'built-ins/RegExp/prototype/flags/u': [FAIL], |
| 401 | 399 |
| 402 # https://code.google.com/p/v8/issues/detail?id=4347 | |
| 403 'built-ins/RegExp/prototype/global/name': [FAIL], | |
| 404 'built-ins/RegExp/prototype/ignoreCase/name': [FAIL], | |
| 405 'built-ins/RegExp/prototype/multiline/name': [FAIL], | |
| 406 'built-ins/RegExp/prototype/source/name': [FAIL], | |
| 407 'built-ins/RegExp/prototype/sticky/name': [FAIL], | |
| 408 | |
| 409 # https://code.google.com/p/v8/issues/detail?id=4360 | 400 # https://code.google.com/p/v8/issues/detail?id=4360 |
| 410 'intl402/Collator/10.1.1_1': [FAIL], | 401 'intl402/Collator/10.1.1_1': [FAIL], |
| 411 'intl402/DateTimeFormat/12.1.1_1': [FAIL], | 402 'intl402/DateTimeFormat/12.1.1_1': [FAIL], |
| 412 'intl402/NumberFormat/11.1.1_1': [FAIL], | 403 'intl402/NumberFormat/11.1.1_1': [FAIL], |
| 413 | 404 |
| 414 # https://code.google.com/p/v8/issues/detail?id=4361 | 405 # https://code.google.com/p/v8/issues/detail?id=4361 |
| 415 'intl402/Collator/10.1.1_a': [FAIL], | 406 'intl402/Collator/10.1.1_a': [FAIL], |
| 416 | 407 |
| 417 # https://code.google.com/p/v8/issues/detail?id=1972 | 408 # https://code.google.com/p/v8/issues/detail?id=1972 |
| 418 'language/identifiers/val-break-via-escape-hex': [FAIL], | 409 'language/identifiers/val-break-via-escape-hex': [FAIL], |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 771 'language/statements/function/S13.2.2_A19_T7': [SKIP], | 762 'language/statements/function/S13.2.2_A19_T7': [SKIP], |
| 772 'language/statements/function/S13.2.2_A19_T8': [SKIP], | 763 'language/statements/function/S13.2.2_A19_T8': [SKIP], |
| 773 'language/statements/while/S12.6.2_A4_T5': [SKIP], | 764 'language/statements/while/S12.6.2_A4_T5': [SKIP], |
| 774 }], # ignition == True | 765 }], # ignition == True |
| 775 | 766 |
| 776 ['ignition == True and arch == arm and mode == debug', { | 767 ['ignition == True and arch == arm and mode == debug', { |
| 777 'built-ins/encodeURI*': [SKIP], | 768 'built-ins/encodeURI*': [SKIP], |
| 778 }], # ignition == True and arch == arm and mode == debug | 769 }], # ignition == True and arch == arm and mode == debug |
| 779 | 770 |
| 780 ] | 771 ] |
| OLD | NEW |