| 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 'test-api/Threading3': [PASS, SLOW], | 228 'test-api/Threading3': [PASS, SLOW], |
| 229 'test-api/Threading4': [PASS, SLOW], | 229 'test-api/Threading4': [PASS, SLOW], |
| 230 | 230 |
| 231 # Crashes due to OOM in simulator. | 231 # Crashes due to OOM in simulator. |
| 232 'test-types/Distributivity1': [PASS, FLAKY], | 232 'test-types/Distributivity1': [PASS, FLAKY], |
| 233 'test-types/Distributivity2': [PASS, FLAKY], | 233 'test-types/Distributivity2': [PASS, FLAKY], |
| 234 }], # 'arch == arm' | 234 }], # 'arch == arm' |
| 235 | 235 |
| 236 ############################################################################## | 236 ############################################################################## |
| 237 ['arch == mipsel or arch == mips', { | 237 ['arch == mipsel or arch == mips', { |
| 238 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
| 239 |
| 238 # BUG(1075): Unresolved crashes on MIPS also. | 240 # BUG(1075): Unresolved crashes on MIPS also. |
| 239 'test-serialize/Deserialize': [SKIP], | 241 'test-serialize/Deserialize': [SKIP], |
| 240 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 242 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
| 241 'test-serialize/DeserializeAndRunScript2': [SKIP], | 243 'test-serialize/DeserializeAndRunScript2': [SKIP], |
| 242 'test-serialize/DeserializeFromSecondSerialization': [SKIP], | 244 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
| 243 }], # 'arch == mipsel or arch == mips' | 245 }], # 'arch == mipsel or arch == mips' |
| 244 | 246 |
| 245 ############################################################################## | 247 ############################################################################## |
| 246 ['arch == mips', { | 248 ['arch == mips', { |
| 247 # Too slow with TF. | 249 # Too slow with TF. |
| 248 'test-api/ExternalArrays': [PASS, NO_VARIANTS], | 250 'test-api/ExternalArrays': [PASS, NO_VARIANTS], |
| 249 | 251 |
| 250 # TODO(mips-team): Currently fails on mips board. | 252 # TODO(mips-team): Currently fails on mips board. |
| 251 'test-simplified-lowering/RunNumberMultiply_TruncatingToUint32': [SKIP], | 253 'test-simplified-lowering/RunNumberMultiply_TruncatingToUint32': [SKIP], |
| 252 'test-parsing/TooManyArguments': [SKIP], | 254 'test-parsing/TooManyArguments': [SKIP], |
| 253 'test-api/Threading3': [SKIP], | 255 'test-api/Threading3': [SKIP], |
| 254 'test-api/RequestInterruptTestWithNativeAccessor': [SKIP], | 256 'test-api/RequestInterruptTestWithNativeAccessor': [SKIP], |
| 255 'test-api/RequestInterruptTestWithAccessor': [SKIP], | 257 'test-api/RequestInterruptTestWithAccessor': [SKIP], |
| 256 }], # 'arch == mips' | 258 }], # 'arch == mips' |
| 257 | 259 |
| 258 ############################################################################## | 260 ############################################################################## |
| 259 ['arch == mips64el', { | 261 ['arch == mips64el', { |
| 262 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
| 263 |
| 260 # BUG(v8:3154). | 264 # BUG(v8:3154). |
| 261 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], | 265 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], |
| 262 | 266 |
| 263 # BUG(1075): Unresolved crashes on MIPS also. | 267 # BUG(1075): Unresolved crashes on MIPS also. |
| 264 'test-serialize/Deserialize': [SKIP], | 268 'test-serialize/Deserialize': [SKIP], |
| 265 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 269 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
| 266 'test-serialize/DeserializeAndRunScript2': [SKIP], | 270 'test-serialize/DeserializeAndRunScript2': [SKIP], |
| 267 'test-serialize/DeserializeFromSecondSerialization': [SKIP], | 271 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
| 268 }], # 'arch == mips64el' | 272 }], # 'arch == mips64el' |
| 269 | 273 |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 'test-api/ExternalArrays': [SKIP], | 410 'test-api/ExternalArrays': [SKIP], |
| 407 | 411 |
| 408 # issues to be investigated based on latest uplevel | 412 # issues to be investigated based on latest uplevel |
| 409 'test-run-machops/RunWord64EqualInBranchP': [SKIP], | 413 'test-run-machops/RunWord64EqualInBranchP': [SKIP], |
| 410 | 414 |
| 411 # will not pass until we agree/implement changes to serializce.cc | 415 # will not pass until we agree/implement changes to serializce.cc |
| 412 'test-serialize/SerializeInternalReference': [SKIP], | 416 'test-serialize/SerializeInternalReference': [SKIP], |
| 413 | 417 |
| 414 }], # 'arch == ppc64 and simulator_run == True' | 418 }], # 'arch == ppc64 and simulator_run == True' |
| 415 ] | 419 ] |
| OLD | NEW |