| OLD | NEW |
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 840 # BUG(1040): Allow this test to timeout. | 840 # BUG(1040): Allow this test to timeout. |
| 841 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS], | 841 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS], |
| 842 }], # 'arch == arm or arch == a64' | 842 }], # 'arch == arm or arch == a64' |
| 843 | 843 |
| 844 | 844 |
| 845 ['arch == a64', { | 845 ['arch == a64', { |
| 846 # BUG(v8:3148): Invalid branch instruction emitted. | 846 # BUG(v8:3148): Invalid branch instruction emitted. |
| 847 'ecma/Date/15.9.5.26-1': [SKIP], | 847 'ecma/Date/15.9.5.26-1': [SKIP], |
| 848 'js1_5/extensions/regress-396326': [SKIP], | 848 'js1_5/extensions/regress-396326': [SKIP], |
| 849 'js1_5/Regress/regress-80981': [SKIP], | 849 'js1_5/Regress/regress-80981': [SKIP], |
| 850 'ecma/Date/15.9.5.28-1': [PASS, ['mode==debug', SKIP]], | 850 'ecma/Date/15.9.5.28-1': [PASS, ['mode == debug', SKIP]], |
| 851 | 851 |
| 852 # BUG(v8:3152): Runs out of stack in debug mode. | 852 # BUG(v8:3152): Runs out of stack in debug mode. |
| 853 'js1_5/extensions/regress-355497': [FAIL_OK, ['mode--debug', SKIP]], | 853 'js1_5/extensions/regress-355497': [FAIL_OK, ['mode == debug', SKIP]], |
| 854 }], # 'arch == a64' | 854 }], # 'arch == a64' |
| 855 | 855 |
| 856 | 856 |
| 857 ['arch == mipsel', { | 857 ['arch == mipsel', { |
| 858 | 858 |
| 859 # BUG(3251229): Times out when running new crankshaft test script. | 859 # BUG(3251229): Times out when running new crankshaft test script. |
| 860 'ecma_3/RegExp/regress-311414': [SKIP], | 860 'ecma_3/RegExp/regress-311414': [SKIP], |
| 861 'ecma/Date/15.9.5.8': [SKIP], | 861 'ecma/Date/15.9.5.8': [SKIP], |
| 862 'ecma/Date/15.9.5.10-2': [SKIP], | 862 'ecma/Date/15.9.5.10-2': [SKIP], |
| 863 'ecma/Date/15.9.5.11-2': [SKIP], | 863 'ecma/Date/15.9.5.11-2': [SKIP], |
| (...skipping 23 matching lines...) Expand all Loading... |
| 887 'js1_5/Regress/regress-416628': [SKIP], | 887 'js1_5/Regress/regress-416628': [SKIP], |
| 888 'js1_5/extensions/regress-371636': [SKIP], | 888 'js1_5/extensions/regress-371636': [SKIP], |
| 889 'ecma_3/RegExp/regress-330684': [SKIP], | 889 'ecma_3/RegExp/regress-330684': [SKIP], |
| 890 'ecma_3/RegExp/regress-307456': [SKIP], | 890 'ecma_3/RegExp/regress-307456': [SKIP], |
| 891 'js1_5/Regress/regress-303213': [SKIP], | 891 'js1_5/Regress/regress-303213': [SKIP], |
| 892 'js1_5/extensions/regress-330569': [SKIP], | 892 'js1_5/extensions/regress-330569': [SKIP], |
| 893 'js1_5/extensions/regress-351448': [SKIP], | 893 'js1_5/extensions/regress-351448': [SKIP], |
| 894 'js1_5/extensions/regress-336410-1': [SKIP], | 894 'js1_5/extensions/regress-336410-1': [SKIP], |
| 895 }], # 'arch == a64 and simulator_run == True' | 895 }], # 'arch == a64 and simulator_run == True' |
| 896 ] | 896 ] |
| OLD | NEW |