| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], | 82 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
| 83 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], | 83 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
| 84 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 84 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
| 85 }], # ALWAYS | 85 }], # ALWAYS |
| 86 | 86 |
| 87 ############################################################################## | 87 ############################################################################## |
| 88 ['arch == arm64', { | 88 ['arch == arm64', { |
| 89 | 89 |
| 90 'test-api/Bug618': [PASS], | 90 'test-api/Bug618': [PASS], |
| 91 | 91 |
| 92 # BUG(v8:3385). |
| 93 'test-serialize/DeserializeFromSecondSerialization': [PASS, FAIL], |
| 94 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [PASS, FAIL]
, |
| 95 |
| 92 # BUG(v8:2999). | 96 # BUG(v8:2999). |
| 93 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], | 97 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], |
| 94 | 98 |
| 95 # BUG(v8:3154). | 99 # BUG(v8:3154). |
| 96 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], | 100 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], |
| 97 | 101 |
| 98 # BUG(v8:3155). | 102 # BUG(v8:3155). |
| 99 'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]], | 103 'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]], |
| 100 | 104 |
| 101 # BUG(v8:3247). | 105 # BUG(v8:3247). |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 'test-api/Float32Array' : [SKIP], | 339 'test-api/Float32Array' : [SKIP], |
| 336 'test-api/Float64Array' : [SKIP], | 340 'test-api/Float64Array' : [SKIP], |
| 337 'test-api/Regress2333' : [SKIP], | 341 'test-api/Regress2333' : [SKIP], |
| 338 'test-alloc/StressHandles' : [SKIP], | 342 'test-alloc/StressHandles' : [SKIP], |
| 339 'test-alloc/StressJS' : [SKIP], | 343 'test-alloc/StressJS' : [SKIP], |
| 340 'test-accessors/HandleScopePop' : [SKIP], | 344 'test-accessors/HandleScopePop' : [SKIP], |
| 341 'test-accessors/Gc' : [SKIP], | 345 'test-accessors/Gc' : [SKIP], |
| 342 | 346 |
| 343 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 347 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 344 ] | 348 ] |
| OLD | NEW |