Chromium Code Reviews| 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 25 matching lines...) Expand all Loading... | |
| 36 | 36 |
| 37 # Issue 1719: Slow to collect arrays over several contexts. | 37 # Issue 1719: Slow to collect arrays over several contexts. |
| 38 'regress/regress-524': [SKIP], | 38 'regress/regress-524': [SKIP], |
| 39 # When that bug is fixed, revert the expectation to: | 39 # When that bug is fixed, revert the expectation to: |
| 40 # Skip long running test in debug and allow it to timeout in release mode. | 40 # Skip long running test in debug and allow it to timeout in release mode. |
| 41 # regress/regress-524: [PASS, TIMEOUT, ['mode == debug', SKIP]], | 41 # regress/regress-524: [PASS, TIMEOUT, ['mode == debug', SKIP]], |
| 42 | 42 |
| 43 # This test non-deterministically runs out of memory on Windows ia32. | 43 # This test non-deterministically runs out of memory on Windows ia32. |
| 44 'regress/regress-crbug-160010': [SKIP], | 44 'regress/regress-crbug-160010': [SKIP], |
| 45 | 45 |
| 46 # Issue 4698: not fully supported by Turbofan yet | |
| 47 'es6/tail-call': [PASS, NO_VARIANTS], | |
| 48 | |
| 49 # Issue 3389: deopt_every_n_garbage_collections is unsafe | 46 # Issue 3389: deopt_every_n_garbage_collections is unsafe |
| 50 'regress/regress-2653': [SKIP], | 47 'regress/regress-2653': [SKIP], |
| 51 | 48 |
| 52 # Issue 3784: setters-on-elements is flaky | 49 # Issue 3784: setters-on-elements is flaky |
| 53 'setters-on-elements': [PASS, FAIL], | 50 'setters-on-elements': [PASS, FAIL], |
| 54 | 51 |
| 55 # Issue 3641: The new 'then' semantics suppress some exceptions. | 52 # Issue 3641: The new 'then' semantics suppress some exceptions. |
| 56 # These tests may be changed or removed when 'chain' is deprecated. | 53 # These tests may be changed or removed when 'chain' is deprecated. |
| 57 'es6/debug-promises/reject-with-throw-in-reject': [FAIL], | 54 'es6/debug-promises/reject-with-throw-in-reject': [FAIL], |
| 58 'es6/debug-promises/reject-with-undefined-reject': [FAIL], | 55 'es6/debug-promises/reject-with-undefined-reject': [FAIL], |
| (...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 809 'debug-liveedit-patch-positions-replace': [FAIL], | 806 'debug-liveedit-patch-positions-replace': [FAIL], |
| 810 'debug-liveedit-patch-positions': [FAIL], | 807 'debug-liveedit-patch-positions': [FAIL], |
| 811 'debug-liveedit-stepin': [FAIL], | 808 'debug-liveedit-stepin': [FAIL], |
| 812 'debug-liveedit-newsource': [FAIL], | 809 'debug-liveedit-newsource': [FAIL], |
| 813 'debug-liveedit-stack-padding': [FAIL], | 810 'debug-liveedit-stack-padding': [FAIL], |
| 814 'debug-liveedit-breakpoints': [FAIL], | 811 'debug-liveedit-breakpoints': [FAIL], |
| 815 'es6/debug-liveedit-new-target-1': [FAIL], | 812 'es6/debug-liveedit-new-target-1': [FAIL], |
| 816 'es6/debug-liveedit-new-target-2': [FAIL], | 813 'es6/debug-liveedit-new-target-2': [FAIL], |
| 817 'es6/debug-liveedit-new-target-3': [FAIL], | 814 'es6/debug-liveedit-new-target-3': [FAIL], |
| 818 | 815 |
| 816 # Issue (mythria, chromium:594369): crashes | |
| 817 'es6/tail-call': [SKIP], | |
|
Michael Starzinger
2016/03/16 15:18:27
Mythri's CL fixing this issue is on the brink of l
Igor Sheludko
2016/03/16 15:25:37
Done.
| |
| 818 | |
| 819 # TODO(yangguo/rmcilroy,4690): Related to Debugger. Goes into a loop | 819 # TODO(yangguo/rmcilroy,4690): Related to Debugger. Goes into a loop |
| 820 # in function: Debug::FindSharedFunctionInfoInScript and times out. | 820 # in function: Debug::FindSharedFunctionInfoInScript and times out. |
| 821 'regress/regress-crbug-517592': [SKIP], | 821 'regress/regress-crbug-517592': [SKIP], |
| 822 'regress/regress-1853': [SKIP], | 822 'regress/regress-1853': [SKIP], |
| 823 'regress/regress-crbug-424142': [SKIP], | 823 'regress/regress-crbug-424142': [SKIP], |
| 824 | 824 |
| 825 # TODO(rmcilroy,4681): Requires support for generators. | 825 # TODO(rmcilroy,4681): Requires support for generators. |
| 826 'messages': [FAIL], | 826 'messages': [FAIL], |
| 827 'es6/array-from': [FAIL], | 827 'es6/array-from': [FAIL], |
| 828 'regress-3225': [FAIL], | 828 'regress-3225': [FAIL], |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 903 # Tests taking too long. | 903 # Tests taking too long. |
| 904 'array-functions-prototype-misc': [SKIP], | 904 'array-functions-prototype-misc': [SKIP], |
| 905 'strong/implicit-conversions': [SKIP], | 905 'strong/implicit-conversions': [SKIP], |
| 906 'strong/load-element-mutate-backing-store': [SKIP], | 906 'strong/load-element-mutate-backing-store': [SKIP], |
| 907 | 907 |
| 908 # Stack overflow. | 908 # Stack overflow. |
| 909 'big-array-literal': [SKIP], | 909 'big-array-literal': [SKIP], |
| 910 }], # 'gcov_coverage' | 910 }], # 'gcov_coverage' |
| 911 | 911 |
| 912 ] | 912 ] |
| OLD | NEW |