| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 | 179 |
| 180 ############################################################################ | 180 ############################################################################ |
| 181 # Slow tests. | 181 # Slow tests. |
| 182 'test-api/Threading1': [PASS, SLOW], | 182 'test-api/Threading1': [PASS, SLOW], |
| 183 'test-api/Threading2': [PASS, SLOW], | 183 'test-api/Threading2': [PASS, SLOW], |
| 184 'test-api/Threading3': [PASS, SLOW], | 184 'test-api/Threading3': [PASS, SLOW], |
| 185 'test-api/Threading4': [PASS, SLOW], | 185 'test-api/Threading4': [PASS, SLOW], |
| 186 }], # 'arch == arm' | 186 }], # 'arch == arm' |
| 187 | 187 |
| 188 ############################################################################## | 188 ############################################################################## |
| 189 ['arch == mipsel', { | 189 ['arch == mipsel or arch == mips', { |
| 190 | 190 |
| 191 # BUG(2657): Test sometimes times out on MIPS simulator. | 191 # BUG(2657): Test sometimes times out on MIPS simulator. |
| 192 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM
EOUT], | 192 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM
EOUT], |
| 193 | 193 |
| 194 # BUG(1075): Unresolved crashes on MIPS also. | 194 # BUG(1075): Unresolved crashes on MIPS also. |
| 195 'test-serialize/Deserialize': [SKIP], | 195 'test-serialize/Deserialize': [SKIP], |
| 196 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 196 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
| 197 'test-serialize/DeserializeAndRunScript2': [SKIP], | 197 'test-serialize/DeserializeAndRunScript2': [SKIP], |
| 198 'test-serialize/DeserializeFromSecondSerialization': [SKIP], | 198 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
| 199 }], # 'arch == mipsel' | 199 }], # 'arch == mipsel or arch == mips' |
| 200 | 200 |
| 201 ############################################################################## | 201 ############################################################################## |
| 202 ['arch == android_arm or arch == android_ia32', { | 202 ['arch == android_arm or arch == android_ia32', { |
| 203 | 203 |
| 204 # Tests crash as there is no /tmp directory in Android. | 204 # Tests crash as there is no /tmp directory in Android. |
| 205 'test-log/LogAccessorCallbacks': [SKIP], | 205 'test-log/LogAccessorCallbacks': [SKIP], |
| 206 'test-log/LogCallbacks': [SKIP], | 206 'test-log/LogCallbacks': [SKIP], |
| 207 'test-log/ProfLazyMode': [SKIP], | 207 'test-log/ProfLazyMode': [SKIP], |
| 208 | 208 |
| 209 # platform-tls.h does not contain an ANDROID-related header. | 209 # platform-tls.h does not contain an ANDROID-related header. |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 'test-api/Float32Array' : [SKIP], | 312 'test-api/Float32Array' : [SKIP], |
| 313 'test-api/Float64Array' : [SKIP], | 313 'test-api/Float64Array' : [SKIP], |
| 314 'test-api/Regress2333' : [SKIP], | 314 'test-api/Regress2333' : [SKIP], |
| 315 'test-alloc/StressHandles' : [SKIP], | 315 'test-alloc/StressHandles' : [SKIP], |
| 316 'test-alloc/StressJS' : [SKIP], | 316 'test-alloc/StressJS' : [SKIP], |
| 317 'test-accessors/HandleScopePop' : [SKIP], | 317 'test-accessors/HandleScopePop' : [SKIP], |
| 318 'test-accessors/Gc' : [SKIP], | 318 'test-accessors/Gc' : [SKIP], |
| 319 | 319 |
| 320 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 320 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 321 ] | 321 ] |
| OLD | NEW |