| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 52   'ecma_3/Date/15.9.5.5-02': [PASS, FAIL], | 52   'ecma_3/Date/15.9.5.5-02': [PASS, FAIL], | 
| 53 | 53 | 
| 54   ################## TURBO-FAN FAILURES ################### | 54   ################## TURBO-FAN FAILURES ################### | 
| 55 | 55 | 
| 56   # TODO(turbofan): These are all covered by mjsunit as well. Enable them once | 56   # TODO(turbofan): These are all covered by mjsunit as well. Enable them once | 
| 57   # we pass 'mjsunit' and 'webkit' with TurboFan. | 57   # we pass 'mjsunit' and 'webkit' with TurboFan. | 
| 58   'js1_4/Functions/function-001': [PASS, NO_VARIANTS], | 58   'js1_4/Functions/function-001': [PASS, NO_VARIANTS], | 
| 59   'js1_5/Regress/regress-104077': [PASS, NO_VARIANTS], | 59   'js1_5/Regress/regress-104077': [PASS, NO_VARIANTS], | 
| 60   'js1_5/Regress/regress-396684': [PASS, NO_VARIANTS], | 60   'js1_5/Regress/regress-396684': [PASS, NO_VARIANTS], | 
| 61   'js1_5/Regress/regress-80981': [PASS, NO_VARIANTS], | 61   'js1_5/Regress/regress-80981': [PASS, NO_VARIANTS], | 
| 62   'js1_5/Array/regress-99120-01': [PASS, NO_VARIANTS], |  | 
| 63 | 62 | 
| 64   # TODO(turbofan): Large switch statements crash. | 63   # TODO(turbofan): Large switch statements crash. | 
| 65   'js1_5/Regress/regress-366601': [PASS, NO_VARIANTS], | 64   'js1_5/Regress/regress-366601': [PASS, NO_VARIANTS], | 
| 66   'js1_5/Regress/regress-398085-01': [PASS, NO_VARIANTS], | 65   'js1_5/Regress/regress-398085-01': [PASS, NO_VARIANTS], | 
| 67 | 66 | 
| 68   ##################### SKIPPED TESTS ##################### | 67   ##################### SKIPPED TESTS ##################### | 
| 69 | 68 | 
| 70   # This test checks that we behave properly in an out-of-memory | 69   # This test checks that we behave properly in an out-of-memory | 
| 71   # situation.  The test fails in V8 with an exception and takes a long | 70   # situation.  The test fails in V8 with an exception and takes a long | 
| 72   # time to do so. | 71   # time to do so. | 
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 177 | 176 | 
| 178   # Flaky tests; expect BigO-order computations to yield 1, but the code | 177   # Flaky tests; expect BigO-order computations to yield 1, but the code | 
| 179   # cannot handle outliers. See bug #925864. | 178   # cannot handle outliers. See bug #925864. | 
| 180   'ecma_3/RegExp/regress-311414': [PASS, FAIL], | 179   'ecma_3/RegExp/regress-311414': [PASS, FAIL], | 
| 181   'ecma_3/RegExp/regress-289669': [PASS, FAIL], | 180   'ecma_3/RegExp/regress-289669': [PASS, FAIL], | 
| 182   'js1_5/String/regress-314890': [PASS, FAIL], | 181   'js1_5/String/regress-314890': [PASS, FAIL], | 
| 183   'js1_5/String/regress-56940-01': [PASS, FAIL], | 182   'js1_5/String/regress-56940-01': [PASS, FAIL], | 
| 184   'js1_5/String/regress-56940-02': [PASS, FAIL], | 183   'js1_5/String/regress-56940-02': [PASS, FAIL], | 
| 185   'js1_5/String/regress-157334-01': [PASS, FAIL], | 184   'js1_5/String/regress-157334-01': [PASS, FAIL], | 
| 186   'js1_5/String/regress-322772': [PASS, FAIL], | 185   'js1_5/String/regress-322772': [PASS, FAIL], | 
| 187   'js1_5/Array/regress-99120-01': [PASS, FAIL], | 186   'js1_5/Array/regress-99120-01': [PASS, FAIL, NO_VARIANTS], | 
| 188   'js1_5/Array/regress-99120-02': [PASS, FAIL], | 187   'js1_5/Array/regress-99120-02': [PASS, FAIL], | 
| 189   'js1_5/Regress/regress-347306-01': [PASS, FAIL], | 188   'js1_5/Regress/regress-347306-01': [PASS, FAIL], | 
| 190   'js1_5/Regress/regress-416628': [PASS, FAIL, ['mode == debug', TIMEOUT, NO_VAR
     IANTS]], | 189   'js1_5/Regress/regress-416628': [PASS, FAIL, ['mode == debug', TIMEOUT, NO_VAR
     IANTS]], | 
| 191 | 190 | 
| 192 | 191 | 
| 193   # The following two tests assume that daylight savings time starts first | 192   # The following two tests assume that daylight savings time starts first | 
| 194   # Sunday in April. This is not true when executing the tests outside | 193   # Sunday in April. This is not true when executing the tests outside | 
| 195   # California! In Denmark the adjustment starts one week earlier. | 194   # California! In Denmark the adjustment starts one week earlier. | 
| 196   # Tests based on shell that use dates in this gap are flaky. | 195   # Tests based on shell that use dates in this gap are flaky. | 
| 197   'ecma/Date/15.9.5.10-1': [PASS, FAIL], | 196   'ecma/Date/15.9.5.10-1': [PASS, FAIL], | 
| (...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 924   'js1_5/Regress/regress-416628': [SKIP], | 923   'js1_5/Regress/regress-416628': [SKIP], | 
| 925   'js1_5/extensions/regress-371636': [SKIP], | 924   'js1_5/extensions/regress-371636': [SKIP], | 
| 926   'ecma_3/RegExp/regress-330684': [SKIP], | 925   'ecma_3/RegExp/regress-330684': [SKIP], | 
| 927   'ecma_3/RegExp/regress-307456': [SKIP], | 926   'ecma_3/RegExp/regress-307456': [SKIP], | 
| 928   'js1_5/Regress/regress-303213': [SKIP], | 927   'js1_5/Regress/regress-303213': [SKIP], | 
| 929   'js1_5/extensions/regress-330569': [SKIP], | 928   'js1_5/extensions/regress-330569': [SKIP], | 
| 930   'js1_5/extensions/regress-351448': [SKIP], | 929   'js1_5/extensions/regress-351448': [SKIP], | 
| 931   'js1_5/extensions/regress-336410-1': [SKIP], | 930   'js1_5/extensions/regress-336410-1': [SKIP], | 
| 932 }],  # 'arch == arm64 and simulator_run == True' | 931 }],  # 'arch == arm64 and simulator_run == True' | 
| 933 ] | 932 ] | 
| OLD | NEW | 
|---|