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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM
EOUT], | 199 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM
EOUT], |
200 | 200 |
201 # BUG(1075): Unresolved crashes on MIPS also. | 201 # BUG(1075): Unresolved crashes on MIPS also. |
202 'test-serialize/Deserialize': [SKIP], | 202 'test-serialize/Deserialize': [SKIP], |
203 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 203 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
204 'test-serialize/DeserializeAndRunScript2': [SKIP], | 204 'test-serialize/DeserializeAndRunScript2': [SKIP], |
205 'test-serialize/DeserializeFromSecondSerialization': [SKIP], | 205 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
206 }], # 'arch == mipsel or arch == mips' | 206 }], # 'arch == mipsel or arch == mips' |
207 | 207 |
208 ############################################################################## | 208 ############################################################################## |
| 209 ['arch == x87', { |
| 210 |
| 211 # TODO (weiliang): Enable below tests after fixing the double register |
| 212 # allocation limit in X87 port. |
| 213 'test-serialize/Serialize': [PASS, ['mode == debug', SKIP]], |
| 214 'test-serialize/Deserialize': [PASS, ['mode == debug', SKIP]], |
| 215 'test-serialize/SerializeTwice': [PASS, ['mode == debug', SKIP]], |
| 216 'test-serialize/ContextSerialization': [PASS, ['mode == debug', SKIP]], |
| 217 'test-serialize/ContextDeserialization': [PASS, ['mode == debug', SKIP]], |
| 218 'test-serialize/PartialDeserialization': [PASS, ['mode == debug', SKIP]], |
| 219 'test-serialize/PartialSerialization': [PASS, ['mode == debug', SKIP]], |
| 220 'test-serialize/DeserializeAndRunScript2': [PASS, ['mode == debug', SKIP]], |
| 221 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [PASS, ['mod
e == debug', SKIP]], |
| 222 'test-serialize/DeserializeFromSecondSerialization': [PASS, ['mode == debug',
SKIP]], |
| 223 }], # 'arch == x87' |
| 224 |
| 225 ############################################################################## |
209 ['arch == android_arm or arch == android_ia32', { | 226 ['arch == android_arm or arch == android_ia32', { |
210 | 227 |
211 # Tests crash as there is no /tmp directory in Android. | 228 # Tests crash as there is no /tmp directory in Android. |
212 'test-log/LogAccessorCallbacks': [SKIP], | 229 'test-log/LogAccessorCallbacks': [SKIP], |
213 'test-log/LogCallbacks': [SKIP], | 230 'test-log/LogCallbacks': [SKIP], |
214 'test-log/ProfLazyMode': [SKIP], | 231 'test-log/ProfLazyMode': [SKIP], |
215 | 232 |
216 # platform-tls.h does not contain an ANDROID-related header. | 233 # platform-tls.h does not contain an ANDROID-related header. |
217 'test-platform-tls/FastTLS': [SKIP], | 234 'test-platform-tls/FastTLS': [SKIP], |
218 | 235 |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 'test-api/Float32Array' : [SKIP], | 336 'test-api/Float32Array' : [SKIP], |
320 'test-api/Float64Array' : [SKIP], | 337 'test-api/Float64Array' : [SKIP], |
321 'test-api/Regress2333' : [SKIP], | 338 'test-api/Regress2333' : [SKIP], |
322 'test-alloc/StressHandles' : [SKIP], | 339 'test-alloc/StressHandles' : [SKIP], |
323 'test-alloc/StressJS' : [SKIP], | 340 'test-alloc/StressJS' : [SKIP], |
324 'test-accessors/HandleScopePop' : [SKIP], | 341 'test-accessors/HandleScopePop' : [SKIP], |
325 'test-accessors/Gc' : [SKIP], | 342 'test-accessors/Gc' : [SKIP], |
326 | 343 |
327 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 344 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
328 ] | 345 ] |
OLD | NEW |