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 834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
845 | 845 |
846 ['ignition == True and msan', { | 846 ['ignition == True and msan', { |
847 # TODO(rmcilroy,4680): Uninitialized memory. | 847 # TODO(rmcilroy,4680): Uninitialized memory. |
848 'compiler/osr-big': [SKIP], | 848 'compiler/osr-big': [SKIP], |
849 'compiler/osr-nested': [SKIP], | 849 'compiler/osr-nested': [SKIP], |
850 'debug-*': [SKIP], | 850 'debug-*': [SKIP], |
851 'es6/debug-*': [SKIP], | 851 'es6/debug-*': [SKIP], |
852 'harmony/debug-stepin-default-parameters': [SKIP], | 852 'harmony/debug-stepin-default-parameters': [SKIP], |
853 'ignition/debug-break': [SKIP], | 853 'ignition/debug-break': [SKIP], |
854 'ignition/debug-break-on-stack': [SKIP], | 854 'ignition/debug-break-on-stack': [SKIP], |
| 855 'ignition/debug-scope-on-return': [SKIP], |
855 'ignition/elided-instruction': [SKIP], | 856 'ignition/elided-instruction': [SKIP], |
856 'regress/debug-prepare-step-in': [SKIP], | 857 'regress/debug-prepare-step-in': [SKIP], |
857 'regress/regress-102153': [SKIP], | 858 'regress/regress-102153': [SKIP], |
858 'regress/regress-109195': [SKIP], | 859 'regress/regress-109195': [SKIP], |
859 'regress/regress-147497': [SKIP], | 860 'regress/regress-147497': [SKIP], |
860 'regress/regress-1523': [SKIP], | 861 'regress/regress-1523': [SKIP], |
861 'regress/regress-1586': [SKIP], | 862 'regress/regress-1586': [SKIP], |
862 'regress/regress-1639': [SKIP], | 863 'regress/regress-1639': [SKIP], |
863 'regress/regress-1639-2': [SKIP], | 864 'regress/regress-1639-2': [SKIP], |
864 'regress/regress-269': [SKIP], | 865 'regress/regress-269': [SKIP], |
(...skipping 26 matching lines...) Expand all Loading... |
891 ############################################################################## | 892 ############################################################################## |
892 ['gcov_coverage', { | 893 ['gcov_coverage', { |
893 # Tests taking too long. | 894 # Tests taking too long. |
894 'array-functions-prototype-misc': [SKIP], | 895 'array-functions-prototype-misc': [SKIP], |
895 | 896 |
896 # Stack overflow. | 897 # Stack overflow. |
897 'big-array-literal': [SKIP], | 898 'big-array-literal': [SKIP], |
898 }], # 'gcov_coverage' | 899 }], # 'gcov_coverage' |
899 | 900 |
900 ] | 901 ] |
OLD | NEW |