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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 # https://bugs.chromium.org/p/v8/issues/detail?id=4784 | 208 # https://bugs.chromium.org/p/v8/issues/detail?id=4784 |
209 'built-ins/TypedArrays/buffer-arg-defined-negative-length': [FAIL], | 209 'built-ins/TypedArrays/buffer-arg-defined-negative-length': [FAIL], |
210 | 210 |
211 ######################## NEEDS INVESTIGATION ########################### | 211 ######################## NEEDS INVESTIGATION ########################### |
212 | 212 |
213 # These test failures are specific to the intl402 suite and need investigation | 213 # These test failures are specific to the intl402 suite and need investigation |
214 # to be either marked as bugs with issues filed for them or as deliberate | 214 # to be either marked as bugs with issues filed for them or as deliberate |
215 # incompatibilities if the test cases turn out to be broken or ambiguous. | 215 # incompatibilities if the test cases turn out to be broken or ambiguous. |
216 # Some of these are related to v8:4361 in being visible side effects from Intl
. | 216 # Some of these are related to v8:4361 in being visible side effects from Intl
. |
217 'intl402/6.2.3': [FAIL], | 217 'intl402/6.2.3': [FAIL], |
218 'intl402/9.2.1_2': [FAIL], | |
219 'intl402/9.2.6_2': [FAIL], | |
220 'intl402/Collator/10.1.2.1_4': [FAIL], | 218 'intl402/Collator/10.1.2.1_4': [FAIL], |
221 'intl402/Collator/10.1.2_a': [PASS, FAIL], | 219 'intl402/Collator/10.1.2_a': [PASS, FAIL], |
222 'intl402/Collator/10.2.3_b': [PASS, FAIL], | 220 'intl402/Collator/10.2.3_b': [PASS, FAIL], |
223 'intl402/Collator/prototype/10.3_a': [FAIL], | 221 'intl402/Collator/prototype/10.3_a': [FAIL], |
224 'intl402/DateTimeFormat/12.1.1': [FAIL], | 222 'intl402/DateTimeFormat/12.1.1': [FAIL], |
225 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], | 223 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], |
226 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL], | 224 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL], |
227 'intl402/DateTimeFormat/12.2.3_b': [FAIL], | 225 'intl402/DateTimeFormat/12.2.3_b': [FAIL], |
228 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], | 226 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], |
229 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], | 227 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 324 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
327 }], # asan == True | 325 }], # asan == True |
328 | 326 |
329 ['asan == True or msan == True or tsan == True', { | 327 ['asan == True or msan == True or tsan == True', { |
330 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 328 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
331 # The failed allocation causes an asan/msan/tsan error | 329 # The failed allocation causes an asan/msan/tsan error |
332 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 330 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
333 }], # asan == True or msan == True or tsan == True | 331 }], # asan == True or msan == True or tsan == True |
334 | 332 |
335 ] | 333 ] |
OLD | NEW |