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 794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 805 # TODO(mythria, 4680): line numbers in eval test. Coloumn number is | 805 # TODO(mythria, 4680): line numbers in eval test. Coloumn number is |
| 806 # incorrect. | 806 # incorrect. |
| 807 'regress/regress-crbug-109362': [FAIL], | 807 'regress/regress-crbug-109362': [FAIL], |
| 808 | 808 |
| 809 # TODO(mythria, 4680): possibly problem with line numbers. | 809 # TODO(mythria, 4680): possibly problem with line numbers. |
| 810 'es6/regress/regress-468661': [FAIL], | 810 'es6/regress/regress-468661': [FAIL], |
| 811 | 811 |
| 812 # Debugger test cases that pass with ignition, but not full-codegen. | 812 # Debugger test cases that pass with ignition, but not full-codegen. |
| 813 # These differences between full-codegen and ignition are deliberate. | 813 # These differences between full-codegen and ignition are deliberate. |
| 814 'ignition/elided-instruction-no-ignition': [FAIL], | 814 'ignition/elided-instruction-no-ignition': [FAIL], |
| 815 | |
| 816 # TODO(oth, 4680): Investigate break on bots following scalable operand | |
| 817 # support CL. | |
| 818 'ignition/elided-instruction': [SKIP], | |
|
rmcilroy
2016/03/22 14:02:42
it looks like there are more tests failing (e.g.,
oth
2016/03/22 14:16:06
Done.
| |
| 815 }], # ignition == True | 819 }], # ignition == True |
| 816 | 820 |
| 817 ['ignition == True and system == windows', { | 821 ['ignition == True and system == windows', { |
| 818 # TODO(rmcilroy,4680): Crash on windows nosnap shared. | 822 # TODO(rmcilroy,4680): Crash on windows nosnap shared. |
| 819 'regress/regress-crbug-352058': [PASS, ['no_snap == True', SKIP]], | 823 'regress/regress-crbug-352058': [PASS, ['no_snap == True', SKIP]], |
| 820 | 824 |
| 821 # TODO(rmcilroy,4680): Fails on win32 debug. | 825 # TODO(rmcilroy,4680): Fails on win32 debug. |
| 822 'div-mod': [PASS, ['arch == ia32', SKIP]], | 826 'div-mod': [PASS, ['arch == ia32', SKIP]], |
| 823 }], # ignition == True and system == windows | 827 }], # ignition == True and system == windows |
| 824 | 828 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 858 ############################################################################## | 862 ############################################################################## |
| 859 ['gcov_coverage', { | 863 ['gcov_coverage', { |
| 860 # Tests taking too long. | 864 # Tests taking too long. |
| 861 'array-functions-prototype-misc': [SKIP], | 865 'array-functions-prototype-misc': [SKIP], |
| 862 | 866 |
| 863 # Stack overflow. | 867 # Stack overflow. |
| 864 'big-array-literal': [SKIP], | 868 'big-array-literal': [SKIP], |
| 865 }], # 'gcov_coverage' | 869 }], # 'gcov_coverage' |
| 866 | 870 |
| 867 ] | 871 ] |
| OLD | NEW |