| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 'test-weakmaps/Shrinking': [FAIL], | 54 'test-weakmaps/Shrinking': [FAIL], |
| 55 'test-weaksets/WeakSet_Shrinking': [FAIL], | 55 'test-weaksets/WeakSet_Shrinking': [FAIL], |
| 56 | 56 |
| 57 # Boot up memory use is bloated in debug mode. | 57 # Boot up memory use is bloated in debug mode. |
| 58 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]], | 58 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]], |
| 59 | 59 |
| 60 # This tests only that the preparser and parser agree, so there is no point in | 60 # This tests only that the preparser and parser agree, so there is no point in |
| 61 # running several variants. Note that this still takes ages, because there | 61 # running several variants. Note that this still takes ages, because there |
| 62 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. | 62 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. |
| 63 'test-parsing/ParserSync': [PASS, NO_VARIANTS], | 63 'test-parsing/ParserSync': [PASS, NO_VARIANTS], |
| 64 |
| 65 ############################################################################ |
| 66 # Slow tests. |
| 67 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
| 68 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
| 69 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
| 70 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
| 64 }], # ALWAYS | 71 }], # ALWAYS |
| 65 | 72 |
| 66 ############################################################################## | 73 ############################################################################## |
| 67 ['arch == a64', { | 74 ['arch == a64', { |
| 68 | 75 |
| 69 'test-api/Bug618': [PASS], | 76 'test-api/Bug618': [PASS], |
| 70 }], # 'arch == a64' | 77 }], # 'arch == a64' |
| 71 | 78 |
| 72 ['arch == a64 and simulator_run == True', { | 79 ['arch == a64 and simulator_run == True', { |
| 73 | 80 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 'test-api/OutOfMemoryNested': [SKIP], | 115 'test-api/OutOfMemoryNested': [SKIP], |
| 109 | 116 |
| 110 # BUG(355): Test crashes on ARM. | 117 # BUG(355): Test crashes on ARM. |
| 111 'test-log/ProfLazyMode': [SKIP], | 118 'test-log/ProfLazyMode': [SKIP], |
| 112 | 119 |
| 113 # BUG(1075): Unresolved crashes. | 120 # BUG(1075): Unresolved crashes. |
| 114 'test-serialize/Deserialize': [SKIP], | 121 'test-serialize/Deserialize': [SKIP], |
| 115 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 122 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
| 116 'test-serialize/DeserializeAndRunScript2': [SKIP], | 123 'test-serialize/DeserializeAndRunScript2': [SKIP], |
| 117 'test-serialize/DeserializeFromSecondSerialization': [SKIP], | 124 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
| 125 |
| 126 ############################################################################ |
| 127 # Slow tests. |
| 128 'test-api/Threading1': [PASS, SLOW], |
| 129 'test-api/Threading2': [PASS, SLOW], |
| 130 'test-api/Threading3': [PASS, SLOW], |
| 131 'test-api/Threading4': [PASS, SLOW], |
| 118 }], # 'arch == arm' | 132 }], # 'arch == arm' |
| 119 | 133 |
| 120 ############################################################################## | 134 ############################################################################## |
| 121 ['arch == mipsel', { | 135 ['arch == mipsel', { |
| 122 | 136 |
| 123 # BUG(2657): Test sometimes times out on MIPS simulator. | 137 # BUG(2657): Test sometimes times out on MIPS simulator. |
| 124 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM
EOUT], | 138 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM
EOUT], |
| 125 | 139 |
| 126 # BUG(1075): Unresolved crashes on MIPS also. | 140 # BUG(1075): Unresolved crashes on MIPS also. |
| 127 'test-serialize/Deserialize': [SKIP], | 141 'test-serialize/Deserialize': [SKIP], |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 # Profiling doesn't work on Native Client. | 181 # Profiling doesn't work on Native Client. |
| 168 'test-cpu-profiler/*': [SKIP], | 182 'test-cpu-profiler/*': [SKIP], |
| 169 | 183 |
| 170 # Fails since 16322 (new test). | 184 # Fails since 16322 (new test). |
| 171 'test-code-stubs-arm/ConvertDToI': [SKIP], | 185 'test-code-stubs-arm/ConvertDToI': [SKIP], |
| 172 | 186 |
| 173 # BUG(2998). | 187 # BUG(2998). |
| 174 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], | 188 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], |
| 175 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 189 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 176 ] | 190 ] |
| OLD | NEW |