Chromium Code Reviews| 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 |
| 11 # with the distribution. | 11 # with the distribution. |
| 12 # * Neither the name of Google Inc. nor the names of its | 12 # * Neither the name of Google Inc. nor the names of its |
| 13 # contributors may be used to endorse or promote products derived | 13 # contributors may be used to endorse or promote products derived |
| 14 # from this software without specific prior written permission. | 14 # from this software without specific prior written permission. |
| 15 # | 15 # |
| 16 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | 16 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 17 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 17 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 18 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | 18 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 19 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | 19 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 20 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 20 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 21 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | 21 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | 27 |
| 28 [ | 28 [ |
| 29 [ALWAYS, { | 29 [ALWAYS, { |
| 30 ############################### BUGS ################################### | |
| 31 | |
|
neis
2016/03/11 09:37:34
Please close this bug if appropriate.
Dan Ehrenberg
2016/03/14 15:32:10
I don't know whether the underlying issue has been
| |
| 32 # BUG(v8:3455) | |
| 33 'intl402/11.2.3_b': [FAIL], | |
| 34 'intl402/12.2.3_b': [FAIL], | |
| 35 | |
| 36 ###################### NEEDS INVESTIGATION ####################### | 30 ###################### NEEDS INVESTIGATION ####################### |
| 37 | 31 |
| 38 # Possibly same cause as S8.5_A2.1, below: floating-point tests. | 32 # Possibly same cause as S8.5_A2.1, below: floating-point tests. |
| 39 'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK], | 33 'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK], |
| 40 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK], | 34 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK], |
| 41 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK], | 35 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK], |
| 42 | 36 |
| 43 # This is an incompatibility between ES5 and V8 on enumerating | 37 # This is an incompatibility between ES5 and V8 on enumerating |
| 44 # shadowed elements in a for..in loop. | 38 # shadowed elements in a for..in loop. |
| 45 # https://code.google.com/p/v8/issues/detail?id=705 | 39 # https://code.google.com/p/v8/issues/detail?id=705 |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 250 'intl402/9.2.6_2': [FAIL], | 244 'intl402/9.2.6_2': [FAIL], |
| 251 'intl402/Collator/10.1.2.1_4': [FAIL], | 245 'intl402/Collator/10.1.2.1_4': [FAIL], |
| 252 'intl402/Collator/10.1.2_a': [PASS, FAIL], | 246 'intl402/Collator/10.1.2_a': [PASS, FAIL], |
| 253 'intl402/Collator/10.2.3_b': [PASS, FAIL], | 247 'intl402/Collator/10.2.3_b': [PASS, FAIL], |
| 254 'intl402/Collator/prototype/10.3_a': [FAIL], | 248 'intl402/Collator/prototype/10.3_a': [FAIL], |
| 255 'intl402/DateTimeFormat/12.1.1': [FAIL], | 249 'intl402/DateTimeFormat/12.1.1': [FAIL], |
| 256 'intl402/DateTimeFormat/12.1.1_a': [FAIL], | 250 'intl402/DateTimeFormat/12.1.1_a': [FAIL], |
| 257 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], | 251 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], |
| 258 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL], | 252 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL], |
| 259 'intl402/DateTimeFormat/12.2.3_b': [FAIL], | 253 'intl402/DateTimeFormat/12.2.3_b': [FAIL], |
| 260 'intl402/DateTimeFormat/prototype/12.3.3': [FAIL], | |
| 261 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], | 254 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], |
| 262 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], | 255 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], |
| 263 'intl402/NumberFormat/11.1.1_20_c': [FAIL], | 256 'intl402/NumberFormat/11.1.1_20_c': [FAIL], |
| 264 'intl402/NumberFormat/11.1.1_a': [FAIL], | 257 'intl402/NumberFormat/11.1.1_a': [FAIL], |
| 265 'intl402/NumberFormat/11.1.1': [FAIL], | |
| 266 'intl402/NumberFormat/11.1.2': [PASS, FAIL], | 258 'intl402/NumberFormat/11.1.2': [PASS, FAIL], |
| 267 'intl402/NumberFormat/11.1.2.1_4': [FAIL], | 259 'intl402/NumberFormat/11.1.2.1_4': [FAIL], |
| 268 'intl402/NumberFormat/11.2.3_b': [FAIL], | 260 'intl402/NumberFormat/11.2.3_b': [FAIL], |
| 269 'intl402/NumberFormat/prototype/11.3_a': [FAIL], | 261 'intl402/NumberFormat/prototype/11.3_a': [FAIL], |
| 270 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], | 262 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], |
| 271 | 263 |
| 272 ##################### DELIBERATE INCOMPATIBILITIES ##################### | 264 ##################### DELIBERATE INCOMPATIBILITIES ##################### |
| 273 | 265 |
| 274 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise with --fast-math) | 266 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise with --fast-math) |
| 275 | 267 |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 340 # BUG(v8:4437). | 332 # BUG(v8:4437). |
| 341 'intl402/Collator/10.1.1_19_c': [PASS, FAIL], | 333 'intl402/Collator/10.1.1_19_c': [PASS, FAIL], |
| 342 'intl402/Collator/9.2.5_11_g_ii_2': [PASS, FAIL], | 334 'intl402/Collator/9.2.5_11_g_ii_2': [PASS, FAIL], |
| 343 'intl402/NumberFormat/11.1.1_17': [PASS, FAIL], | 335 'intl402/NumberFormat/11.1.1_17': [PASS, FAIL], |
| 344 'intl402/NumberFormat/11.1.1_19': [PASS, FAIL], | 336 'intl402/NumberFormat/11.1.1_19': [PASS, FAIL], |
| 345 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [PASS, FAIL], | 337 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [PASS, FAIL], |
| 346 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [PASS, FAIL], | 338 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [PASS, FAIL], |
| 347 }], # system == linux | 339 }], # system == linux |
| 348 | 340 |
| 349 ['system == macos', { | 341 ['system == macos', { |
| 350 'intl402/11.3.2_TRP': [FAIL], | |
| 351 'intl402/9.2.5_11_g_ii_2': [FAIL], | |
| 352 | |
| 353 # BUG(v8:4437). | 342 # BUG(v8:4437). |
| 354 'intl402/Collator/10.1.1_19_c': [SKIP], | 343 'intl402/Collator/10.1.1_19_c': [SKIP], |
| 355 'intl402/Collator/9.2.5_11_g_ii_2': [SKIP], | 344 'intl402/Collator/9.2.5_11_g_ii_2': [SKIP], |
| 356 'intl402/NumberFormat/11.1.1_17': [SKIP], | 345 'intl402/NumberFormat/11.1.1_17': [SKIP], |
| 357 'intl402/NumberFormat/11.1.1_19': [SKIP], | 346 'intl402/NumberFormat/11.1.1_19': [SKIP], |
| 358 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [SKIP], | 347 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [SKIP], |
| 359 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [SKIP], | 348 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [SKIP], |
| 360 }], # system == macos | 349 }], # system == macos |
| 361 | 350 |
| 362 ['no_i18n == True', { | 351 ['no_i18n == True', { |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 394 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 383 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
| 395 }], # asan == True | 384 }], # asan == True |
| 396 | 385 |
| 397 ['asan == True or msan == True or tsan == True', { | 386 ['asan == True or msan == True or tsan == True', { |
| 398 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 387 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 399 # The failed allocation causes an asan/msan/tsan error | 388 # The failed allocation causes an asan/msan/tsan error |
| 400 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 389 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 401 }], # asan == True or msan == True or tsan == True | 390 }], # asan == True or msan == True or tsan == True |
| 402 | 391 |
| 403 ] | 392 ] |
| OLD | NEW |