| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 | 87 |
| 88 ############################################################################## | 88 ############################################################################## |
| 89 ['arch == arm64', { | 89 ['arch == arm64', { |
| 90 | 90 |
| 91 'test-api/Bug618': [PASS], | 91 'test-api/Bug618': [PASS], |
| 92 | 92 |
| 93 # BUG(v8:2999). | 93 # BUG(v8:2999). |
| 94 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], | 94 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], |
| 95 | 95 |
| 96 # BUG(v8:3154). | 96 # BUG(v8:3154). |
| 97 'test-heap/ReleaseOverReservedPages': [PASS, ['mode == debug', FAIL]], | 97 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], |
| 98 | 98 |
| 99 # BUG(v8:3155). | 99 # BUG(v8:3155). |
| 100 'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]], | 100 'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]], |
| 101 | 101 |
| 102 # BUG(v8:3247). | 102 # BUG(v8:3247). |
| 103 'test-mark-compact/NoPromotion': [SKIP], | 103 'test-mark-compact/NoPromotion': [SKIP], |
| 104 }], # 'arch == arm64' | 104 }], # 'arch == arm64' |
| 105 | 105 |
| 106 ['arch == arm64 and simulator_run == True', { | 106 ['arch == arm64 and simulator_run == True', { |
| 107 | 107 |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 'test-api/Float32Array' : [SKIP], | 316 'test-api/Float32Array' : [SKIP], |
| 317 'test-api/Float64Array' : [SKIP], | 317 'test-api/Float64Array' : [SKIP], |
| 318 'test-api/Regress2333' : [SKIP], | 318 'test-api/Regress2333' : [SKIP], |
| 319 'test-alloc/StressHandles' : [SKIP], | 319 'test-alloc/StressHandles' : [SKIP], |
| 320 'test-alloc/StressJS' : [SKIP], | 320 'test-alloc/StressJS' : [SKIP], |
| 321 'test-accessors/HandleScopePop' : [SKIP], | 321 'test-accessors/HandleScopePop' : [SKIP], |
| 322 'test-accessors/Gc' : [SKIP], | 322 'test-accessors/Gc' : [SKIP], |
| 323 | 323 |
| 324 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 324 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 325 ] | 325 ] |
| OLD | NEW |