| 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 }], # 'arch == mipsel or arch == mips' | 265 }], # 'arch == mipsel or arch == mips' |
| 266 | 266 |
| 267 ############################################################################## | 267 ############################################################################## |
| 268 ['arch == mips', { | 268 ['arch == mips', { |
| 269 # Too slow with TF. | 269 # Too slow with TF. |
| 270 'test-api/ExternalArrays': [PASS, NO_VARIANTS], | 270 'test-api/ExternalArrays': [PASS, NO_VARIANTS], |
| 271 | 271 |
| 272 # TODO(mips-team): Currently fails on mips board. | 272 # TODO(mips-team): Currently fails on mips board. |
| 273 'test-simplified-lowering/RunNumberMultiply_TruncatingToUint32': [SKIP], | 273 'test-simplified-lowering/RunNumberMultiply_TruncatingToUint32': [SKIP], |
| 274 'test-parsing/TooManyArguments': [SKIP], | 274 'test-parsing/TooManyArguments': [SKIP], |
| 275 'test-api/Threading3': [SKIP], |
| 276 'test-api/RequestInterruptTestWithNativeAccessor': [SKIP], |
| 277 'test-api/RequestInterruptTestWithAccessor': [SKIP], |
| 275 }], # 'arch == mips' | 278 }], # 'arch == mips' |
| 276 | 279 |
| 277 ############################################################################## | 280 ############################################################################## |
| 278 ['arch == mips64el', { | 281 ['arch == mips64el', { |
| 279 | 282 |
| 280 # BUG(2657): Test sometimes times out on MIPS simulator. | 283 # BUG(2657): Test sometimes times out on MIPS simulator. |
| 281 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM
EOUT], | 284 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM
EOUT], |
| 282 | 285 |
| 283 # BUG(v8:3154). | 286 # BUG(v8:3154). |
| 284 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], | 287 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 'test-api/Float32Array' : [SKIP], | 421 'test-api/Float32Array' : [SKIP], |
| 419 'test-api/Float64Array' : [SKIP], | 422 'test-api/Float64Array' : [SKIP], |
| 420 'test-api/Regress2333' : [SKIP], | 423 'test-api/Regress2333' : [SKIP], |
| 421 'test-alloc/StressHandles' : [SKIP], | 424 'test-alloc/StressHandles' : [SKIP], |
| 422 'test-alloc/StressJS' : [SKIP], | 425 'test-alloc/StressJS' : [SKIP], |
| 423 'test-accessors/HandleScopePop' : [SKIP], | 426 'test-accessors/HandleScopePop' : [SKIP], |
| 424 'test-accessors/Gc' : [SKIP], | 427 'test-accessors/Gc' : [SKIP], |
| 425 | 428 |
| 426 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 429 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 427 ] | 430 ] |
| OLD | NEW |