OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
406 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], | 406 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], |
407 | 407 |
408 # BUG(v8:3097) | 408 # BUG(v8:3097) |
409 'debug-references': [SKIP], | 409 'debug-references': [SKIP], |
410 | 410 |
411 # BUG(v8:4754). | 411 # BUG(v8:4754). |
412 'debug-referenced-by': [PASS, NO_VARIANTS], | 412 'debug-referenced-by': [PASS, NO_VARIANTS], |
413 | 413 |
414 # BUG(v8:4779): Crashes flakily with stress mode on arm64. | 414 # BUG(v8:4779): Crashes flakily with stress mode on arm64. |
415 'array-splice': [PASS, SLOW, ['arch == arm64', FAST_VARIANTS]], | 415 'array-splice': [PASS, SLOW, ['arch == arm64', FAST_VARIANTS]], |
| 416 |
| 417 # BUG(v8:5053). |
| 418 'wasm/embenchen/fasta': [PASS, FAST_VARIANTS], |
416 }], # 'gc_stress == True' | 419 }], # 'gc_stress == True' |
417 | 420 |
418 ############################################################################## | 421 ############################################################################## |
419 ['no_i18n == True and mode == debug', { | 422 ['no_i18n == True and mode == debug', { |
420 # Tests too slow for no18n debug. | 423 # Tests too slow for no18n debug. |
421 'regress/regress-1200351': [SKIP], | 424 'regress/regress-1200351': [SKIP], |
422 }], # 'no_i18n == True and mode == debug' | 425 }], # 'no_i18n == True and mode == debug' |
423 | 426 |
424 ############################################################################## | 427 ############################################################################## |
425 ['byteorder == big', { | 428 ['byteorder == big', { |
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
888 ############################################################################## | 891 ############################################################################## |
889 ['gcov_coverage', { | 892 ['gcov_coverage', { |
890 # Tests taking too long. | 893 # Tests taking too long. |
891 'array-functions-prototype-misc': [SKIP], | 894 'array-functions-prototype-misc': [SKIP], |
892 | 895 |
893 # Stack overflow. | 896 # Stack overflow. |
894 'big-array-literal': [SKIP], | 897 'big-array-literal': [SKIP], |
895 }], # 'gcov_coverage' | 898 }], # 'gcov_coverage' |
896 | 899 |
897 ] | 900 ] |
OLD | NEW |