| 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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 | 302 |
| 303 # These test failures are specific to the intl402 suite and need investigation | 303 # These test failures are specific to the intl402 suite and need investigation |
| 304 # to be either marked as bugs with issues filed for them or as deliberate | 304 # to be either marked as bugs with issues filed for them or as deliberate |
| 305 # incompatibilities if the test cases turn out to be broken or ambiguous. | 305 # incompatibilities if the test cases turn out to be broken or ambiguous. |
| 306 # Some of these are related to v8:4361 in being visible side effects from Intl
. | 306 # Some of these are related to v8:4361 in being visible side effects from Intl
. |
| 307 'intl402/6.2.3': [FAIL], | 307 'intl402/6.2.3': [FAIL], |
| 308 'intl402/Collator/10.1.2.1_4': [FAIL], | 308 'intl402/Collator/10.1.2.1_4': [FAIL], |
| 309 'intl402/Collator/10.1.2_a': [PASS, FAIL], | 309 'intl402/Collator/10.1.2_a': [PASS, FAIL], |
| 310 'intl402/Collator/10.2.3_b': [PASS, FAIL], | 310 'intl402/Collator/10.2.3_b': [PASS, FAIL], |
| 311 'intl402/Collator/prototype/10.3_a': [FAIL], | 311 'intl402/Collator/prototype/10.3_a': [FAIL], |
| 312 'intl402/DateTimeFormat/12.1.1': [FAIL], | |
| 313 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], | 312 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], |
| 314 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL], | 313 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL], |
| 315 'intl402/DateTimeFormat/12.2.3_b': [FAIL], | 314 'intl402/DateTimeFormat/12.2.3_b': [FAIL], |
| 316 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], | 315 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], |
| 317 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], | 316 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], |
| 318 'intl402/NumberFormat/11.1.1_20_c': [FAIL], | 317 'intl402/NumberFormat/11.1.1_20_c': [FAIL], |
| 319 'intl402/NumberFormat/11.1.2': [PASS, FAIL], | 318 'intl402/NumberFormat/11.1.2': [PASS, FAIL], |
| 320 'intl402/NumberFormat/11.1.2.1_4': [FAIL], | 319 'intl402/NumberFormat/11.1.2.1_4': [FAIL], |
| 321 'intl402/NumberFormat/11.2.3_b': [FAIL], | 320 'intl402/NumberFormat/11.2.3_b': [FAIL], |
| 322 'intl402/NumberFormat/prototype/11.3_a': [FAIL], | 321 'intl402/NumberFormat/prototype/11.3_a': [FAIL], |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 417 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
| 419 }], # asan == True | 418 }], # asan == True |
| 420 | 419 |
| 421 ['asan == True or msan == True or tsan == True', { | 420 ['asan == True or msan == True or tsan == True', { |
| 422 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 421 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 423 # The failed allocation causes an asan/msan/tsan error | 422 # The failed allocation causes an asan/msan/tsan error |
| 424 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 423 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 425 }], # asan == True or msan == True or tsan == True | 424 }], # asan == True or msan == True or tsan == True |
| 426 | 425 |
| 427 ] | 426 ] |
| OLD | NEW |