| 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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 458 'annexB/language/comments/single-line-html-close': [FAIL], | 458 'annexB/language/comments/single-line-html-close': [FAIL], |
| 459 'annexB/language/comments/single-line-html-close-asi': [FAIL], | 459 'annexB/language/comments/single-line-html-close-asi': [FAIL], |
| 460 'annexB/language/comments/single-line-html-open': [FAIL], | 460 'annexB/language/comments/single-line-html-open': [FAIL], |
| 461 | 461 |
| 462 # https://bugs.chromium.org/p/v8/issues/detail?id=5137 | 462 # https://bugs.chromium.org/p/v8/issues/detail?id=5137 |
| 463 'annexB/built-ins/RegExp/prototype/compile/flags-undefined': [FAIL], | 463 'annexB/built-ins/RegExp/prototype/compile/flags-undefined': [FAIL], |
| 464 'annexB/built-ins/RegExp/prototype/compile/pattern-regexp-distinct': [FAIL], | 464 'annexB/built-ins/RegExp/prototype/compile/pattern-regexp-distinct': [FAIL], |
| 465 'annexB/built-ins/RegExp/prototype/compile/pattern-regexp-same': [FAIL], | 465 'annexB/built-ins/RegExp/prototype/compile/pattern-regexp-same': [FAIL], |
| 466 'annexB/built-ins/RegExp/prototype/compile/pattern-undefined': [FAIL], | 466 'annexB/built-ins/RegExp/prototype/compile/pattern-undefined': [FAIL], |
| 467 | 467 |
| 468 # https://bugs.chromium.org/p/v8/issues/detail?id=5138 | |
| 469 'annexB/built-ins/RegExp/prototype/compile/pattern-regexp-immutable-lastindex'
: [FAIL], | |
| 470 | |
| 471 # https://bugs.chromium.org/p/v8/issues/detail?id=5139 | 468 # https://bugs.chromium.org/p/v8/issues/detail?id=5139 |
| 472 'annexB/built-ins/Date/prototype/setYear/time-clip': [FAIL], | 469 'annexB/built-ins/Date/prototype/setYear/time-clip': [FAIL], |
| 473 'annexB/built-ins/Date/prototype/setYear/year-number-relative': [FAIL], | 470 'annexB/built-ins/Date/prototype/setYear/year-number-relative': [FAIL], |
| 474 | 471 |
| 475 # https://bugs.chromium.org/p/v8/issues/detail?id=5140 | 472 # https://bugs.chromium.org/p/v8/issues/detail?id=5140 |
| 476 'annexB/built-ins/String/prototype/substr/start-to-int-err': [FAIL], | 473 'annexB/built-ins/String/prototype/substr/start-to-int-err': [FAIL], |
| 477 | 474 |
| 478 ######################## NEEDS INVESTIGATION ########################### | 475 ######################## NEEDS INVESTIGATION ########################### |
| 479 | 476 |
| 480 # These test failures are specific to the intl402 suite and need investigation | 477 # These test failures are specific to the intl402 suite and need investigation |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 617 }], # asan == True | 614 }], # asan == True |
| 618 | 615 |
| 619 ['asan == True or msan == True or tsan == True', { | 616 ['asan == True or msan == True or tsan == True', { |
| 620 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 617 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 621 # The failed allocation causes an asan/msan/tsan error | 618 # The failed allocation causes an asan/msan/tsan error |
| 622 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 619 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 623 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 620 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
| 624 }], # asan == True or msan == True or tsan == True | 621 }], # asan == True or msan == True or tsan == True |
| 625 | 622 |
| 626 ] | 623 ] |
| OLD | NEW |