| 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 == mips64el', { |
| 210 |
| 211 # BUG(2657): Test sometimes times out on MIPS simulator. |
| 212 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM
EOUT], |
| 213 |
| 214 # BUG(v8:3154). |
| 215 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], |
| 216 |
| 217 # BUG(1075): Unresolved crashes on MIPS also. |
| 218 'test-serialize/Deserialize': [SKIP], |
| 219 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
| 220 'test-serialize/DeserializeAndRunScript2': [SKIP], |
| 221 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
| 222 }], # 'arch == mips64el' |
| 223 |
| 224 ############################################################################## |
| 209 ['arch == x87', { | 225 ['arch == x87', { |
| 210 | 226 |
| 211 # TODO (weiliang): Enable below tests after fixing the double register | 227 # TODO (weiliang): Enable below tests after fixing the double register |
| 212 # allocation limit in X87 port. | 228 # allocation limit in X87 port. |
| 213 'test-serialize/Serialize': [PASS, ['mode == debug', SKIP]], | 229 'test-serialize/Serialize': [PASS, ['mode == debug', SKIP]], |
| 214 'test-serialize/Deserialize': [PASS, ['mode == debug', SKIP]], | 230 'test-serialize/Deserialize': [PASS, ['mode == debug', SKIP]], |
| 215 'test-serialize/SerializeTwice': [PASS, ['mode == debug', SKIP]], | 231 'test-serialize/SerializeTwice': [PASS, ['mode == debug', SKIP]], |
| 216 'test-serialize/ContextSerialization': [PASS, ['mode == debug', SKIP]], | 232 'test-serialize/ContextSerialization': [PASS, ['mode == debug', SKIP]], |
| 217 'test-serialize/ContextDeserialization': [PASS, ['mode == debug', SKIP]], | 233 'test-serialize/ContextDeserialization': [PASS, ['mode == debug', SKIP]], |
| 218 'test-serialize/PartialDeserialization': [PASS, ['mode == debug', SKIP]], | 234 'test-serialize/PartialDeserialization': [PASS, ['mode == debug', SKIP]], |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 'test-api/Float32Array' : [SKIP], | 352 'test-api/Float32Array' : [SKIP], |
| 337 'test-api/Float64Array' : [SKIP], | 353 'test-api/Float64Array' : [SKIP], |
| 338 'test-api/Regress2333' : [SKIP], | 354 'test-api/Regress2333' : [SKIP], |
| 339 'test-alloc/StressHandles' : [SKIP], | 355 'test-alloc/StressHandles' : [SKIP], |
| 340 'test-alloc/StressJS' : [SKIP], | 356 'test-alloc/StressJS' : [SKIP], |
| 341 'test-accessors/HandleScopePop' : [SKIP], | 357 'test-accessors/HandleScopePop' : [SKIP], |
| 342 'test-accessors/Gc' : [SKIP], | 358 'test-accessors/Gc' : [SKIP], |
| 343 | 359 |
| 344 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 360 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 345 ] | 361 ] |
| OLD | NEW |