| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 # to test). | 70 # to test). |
| 71 # In particular, these two compare numbers to NaN with != in the current | 71 # In particular, these two compare numbers to NaN with != in the current |
| 72 # version of the Mozilla tests. This is *fixed* in a later version. | 72 # version of the Mozilla tests. This is *fixed* in a later version. |
| 73 # The tests should be re-enabled when switching to a new version. | 73 # The tests should be re-enabled when switching to a new version. |
| 74 'ecma_3/Date/15.9.3.2-1': [SKIP], | 74 'ecma_3/Date/15.9.3.2-1': [SKIP], |
| 75 'js1_2/function/Number': [SKIP], | 75 'js1_2/function/Number': [SKIP], |
| 76 | 76 |
| 77 # TODO(2018): Temporarily allow timeout in debug mode. | 77 # TODO(2018): Temporarily allow timeout in debug mode. |
| 78 'js1_5/GC/regress-203278-2': [PASS, ['mode == debug', TIMEOUT, NO_VARIANTS, FA
IL]], | 78 'js1_5/GC/regress-203278-2': [PASS, ['mode == debug', TIMEOUT, NO_VARIANTS, FA
IL]], |
| 79 | 79 |
| 80 # These tests use invalid LHS expressions in assignments. |
| 81 'js1_5/Regress/regress-319391': [SKIP], |
| 82 'js1_5/Regress/regress-350253': [SKIP], |
| 83 'js1_5/Regress/regress-462292': [SKIP], |
| 84 'js1_5/decompilation/regress-443071-01': [SKIP], |
| 85 |
| 80 ##################### SLOW TESTS ##################### | 86 ##################### SLOW TESTS ##################### |
| 81 | 87 |
| 82 # This takes a long time to run (~100 seconds). It should only be run | 88 # This takes a long time to run (~100 seconds). It should only be run |
| 83 # by the really patient. | 89 # by the really patient. |
| 84 'js1_5/GC/regress-324278': [SKIP], | 90 'js1_5/GC/regress-324278': [SKIP], |
| 85 | 91 |
| 86 # This takes a long time to run because our indexOf operation is | 92 # This takes a long time to run because our indexOf operation is |
| 87 # pretty slow - it causes a lot of GCs; see issue | 93 # pretty slow - it causes a lot of GCs; see issue |
| 88 # #926379. We could consider marking this SKIP because it takes a | 94 # #926379. We could consider marking this SKIP because it takes a |
| 89 # while to run to completion. | 95 # while to run to completion. |
| (...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 881 'js1_5/Regress/regress-416628': [SKIP], | 887 'js1_5/Regress/regress-416628': [SKIP], |
| 882 'js1_5/extensions/regress-371636': [SKIP], | 888 'js1_5/extensions/regress-371636': [SKIP], |
| 883 'ecma_3/RegExp/regress-330684': [SKIP], | 889 'ecma_3/RegExp/regress-330684': [SKIP], |
| 884 'ecma_3/RegExp/regress-307456': [SKIP], | 890 'ecma_3/RegExp/regress-307456': [SKIP], |
| 885 'js1_5/Regress/regress-303213': [SKIP], | 891 'js1_5/Regress/regress-303213': [SKIP], |
| 886 'js1_5/extensions/regress-330569': [SKIP], | 892 'js1_5/extensions/regress-330569': [SKIP], |
| 887 'js1_5/extensions/regress-351448': [SKIP], | 893 'js1_5/extensions/regress-351448': [SKIP], |
| 888 'js1_5/extensions/regress-336410-1': [SKIP], | 894 'js1_5/extensions/regress-336410-1': [SKIP], |
| 889 }], # 'arch == a64 and simulator_run == True' | 895 }], # 'arch == a64 and simulator_run == True' |
| 890 ] | 896 ] |
| OLD | NEW |