| 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 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 888 'js1_5/Regress/regress-404755': [SKIP], | 888 'js1_5/Regress/regress-404755': [SKIP], |
| 889 'js1_5/Regress/regress-451322': [SKIP], | 889 'js1_5/Regress/regress-451322': [SKIP], |
| 890 | 890 |
| 891 | 891 |
| 892 # BUG(1040): Allow this test to timeout. | 892 # BUG(1040): Allow this test to timeout. |
| 893 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS], | 893 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS], |
| 894 }], # 'arch == mips' | 894 }], # 'arch == mips' |
| 895 | 895 |
| 896 ['arch == arm and simulator_run == True', { | 896 ['arch == arm and simulator_run == True', { |
| 897 | 897 |
| 898 #BUG(3837): Avoid C stack overflow. | 898 #BUG(3837): Crashes due to C stack overflow. |
| 899 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], | 899 'js1_5/extensions/regress-355497': [SKIP], |
| 900 }], # 'arch == arm and simulator_run == True' | 900 }], # 'arch == arm and simulator_run == True' |
| 901 | 901 |
| 902 ['arch == arm64 and simulator_run == True', { | 902 ['arch == arm64 and simulator_run == True', { |
| 903 | 903 |
| 904 'js1_5/GC/regress-203278-2': [SKIP], | 904 'js1_5/GC/regress-203278-2': [SKIP], |
| 905 | 905 |
| 906 # These tests time out in debug mode but pass in product mode | 906 # These tests time out in debug mode but pass in product mode |
| 907 'js1_5/Regress/regress-360969-03': [SKIP], | 907 'js1_5/Regress/regress-360969-03': [SKIP], |
| 908 'js1_5/Regress/regress-360969-04': [SKIP], | 908 'js1_5/Regress/regress-360969-04': [SKIP], |
| 909 'js1_5/Regress/regress-360969-05': [SKIP], | 909 'js1_5/Regress/regress-360969-05': [SKIP], |
| 910 'js1_5/Regress/regress-360969-06': [SKIP], | 910 'js1_5/Regress/regress-360969-06': [SKIP], |
| 911 'js1_5/extensions/regress-365527': [SKIP], | 911 'js1_5/extensions/regress-365527': [SKIP], |
| 912 'ecma/Date/15.9.5.10-2': [SKIP], | 912 'ecma/Date/15.9.5.10-2': [SKIP], |
| 913 'js1_5/Regress/regress-416628': [SKIP], | 913 'js1_5/Regress/regress-416628': [SKIP], |
| 914 'js1_5/extensions/regress-371636': [SKIP], | 914 'js1_5/extensions/regress-371636': [SKIP], |
| 915 'ecma_3/RegExp/regress-330684': [SKIP], | 915 'ecma_3/RegExp/regress-330684': [SKIP], |
| 916 'ecma_3/RegExp/regress-307456': [SKIP], | 916 'ecma_3/RegExp/regress-307456': [SKIP], |
| 917 'js1_5/Regress/regress-303213': [SKIP], | 917 'js1_5/Regress/regress-303213': [SKIP], |
| 918 'js1_5/extensions/regress-330569': [SKIP], | 918 'js1_5/extensions/regress-330569': [SKIP], |
| 919 'js1_5/extensions/regress-351448': [SKIP], | 919 'js1_5/extensions/regress-351448': [SKIP], |
| 920 'js1_5/extensions/regress-336410-1': [SKIP], | 920 'js1_5/extensions/regress-336410-1': [SKIP], |
| 921 | 921 |
| 922 #BUG(3152): Avoid C stack overflow. | 922 #BUG(3152): Avoid C stack overflow. |
| 923 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], | 923 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], |
| 924 }], # 'arch == arm64 and simulator_run == True' | 924 }], # 'arch == arm64 and simulator_run == True' |
| 925 ] | 925 ] |
| OLD | NEW |