| 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 825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 | 836 |
| 837 ['ignition == True and msan', { | 837 ['ignition == True and msan', { |
| 838 # TODO(rmcilroy,4680): Uninitialized memory. | 838 # TODO(rmcilroy,4680): Uninitialized memory. |
| 839 'compiler/osr-big': [SKIP], | 839 'compiler/osr-big': [SKIP], |
| 840 'compiler/osr-nested': [SKIP], | 840 'compiler/osr-nested': [SKIP], |
| 841 'debug-*': [SKIP], | 841 'debug-*': [SKIP], |
| 842 'es6/debug-*': [SKIP], | 842 'es6/debug-*': [SKIP], |
| 843 'harmony/debug-stepin-default-parameters': [SKIP], | 843 'harmony/debug-stepin-default-parameters': [SKIP], |
| 844 'ignition/debug-break': [SKIP], | 844 'ignition/debug-break': [SKIP], |
| 845 'ignition/debug-break-on-stack': [SKIP], | 845 'ignition/debug-break-on-stack': [SKIP], |
| 846 'ignition/elided-instruction': [SKIP], |
| 846 'regress/debug-prepare-step-in': [SKIP], | 847 'regress/debug-prepare-step-in': [SKIP], |
| 847 'regress/regress-102153': [SKIP], | 848 'regress/regress-102153': [SKIP], |
| 848 'regress/regress-109195': [SKIP], | 849 'regress/regress-109195': [SKIP], |
| 849 'regress/regress-147497': [SKIP], | 850 'regress/regress-147497': [SKIP], |
| 850 'regress/regress-1523': [SKIP], | 851 'regress/regress-1523': [SKIP], |
| 851 'regress/regress-1586': [SKIP], | 852 'regress/regress-1586': [SKIP], |
| 852 'regress/regress-1639': [SKIP], | 853 'regress/regress-1639': [SKIP], |
| 853 'regress/regress-1639-2': [SKIP], | 854 'regress/regress-1639-2': [SKIP], |
| 854 'regress/regress-269': [SKIP], | 855 'regress/regress-269': [SKIP], |
| 855 'regress/regress-2825': [SKIP], | 856 'regress/regress-2825': [SKIP], |
| (...skipping 24 matching lines...) Expand all Loading... |
| 880 ############################################################################## | 881 ############################################################################## |
| 881 ['gcov_coverage', { | 882 ['gcov_coverage', { |
| 882 # Tests taking too long. | 883 # Tests taking too long. |
| 883 'array-functions-prototype-misc': [SKIP], | 884 'array-functions-prototype-misc': [SKIP], |
| 884 | 885 |
| 885 # Stack overflow. | 886 # Stack overflow. |
| 886 'big-array-literal': [SKIP], | 887 'big-array-literal': [SKIP], |
| 887 }], # 'gcov_coverage' | 888 }], # 'gcov_coverage' |
| 888 | 889 |
| 889 ] | 890 ] |
| OLD | NEW |