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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 'test-api/Bug618': [PASS], | 83 'test-api/Bug618': [PASS], |
84 | 84 |
85 # BUG(v8:2999). | 85 # BUG(v8:2999). |
86 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], | 86 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], |
87 | 87 |
88 # BUG(v8:3154). | 88 # BUG(v8:3154). |
89 'test-heap/ReleaseOverReservedPages': [PASS, ['mode == debug', FAIL]], | 89 'test-heap/ReleaseOverReservedPages': [PASS, ['mode == debug', FAIL]], |
90 | 90 |
91 # BUG(v8:3155). | 91 # BUG(v8:3155). |
92 'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]], | 92 'test-strings/AsciiArrayJoin': [PASS, ['mode == debug', FAIL]], |
| 93 |
| 94 # BUG(v8:3247). |
| 95 'test-mark-compact/NoPromotion': [SKIP], |
93 }], # 'arch == arm64' | 96 }], # 'arch == arm64' |
94 | 97 |
95 ['arch == arm64 and simulator_run == True', { | 98 ['arch == arm64 and simulator_run == True', { |
96 | 99 |
97 # Pass but take too long with the simulator. | 100 # Pass but take too long with the simulator. |
98 'test-api/ExternalArrays': [PASS, TIMEOUT], | 101 'test-api/ExternalArrays': [PASS, TIMEOUT], |
99 'test-api/Threading1': [SKIP], | 102 'test-api/Threading1': [SKIP], |
100 }], # 'arch == arm64 and simulator_run == True' | 103 }], # 'arch == arm64 and simulator_run == True' |
101 | 104 |
102 ['arch == arm64 and mode == debug and simulator_run == True', { | 105 ['arch == arm64 and mode == debug and simulator_run == True', { |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 # Fails since 16322 (new test). | 224 # Fails since 16322 (new test). |
222 'test-code-stubs-arm/ConvertDToI': [SKIP], | 225 'test-code-stubs-arm/ConvertDToI': [SKIP], |
223 | 226 |
224 # BUG(2998). | 227 # BUG(2998). |
225 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], | 228 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], |
226 | 229 |
227 # BUG(3150). | 230 # BUG(3150). |
228 'test-api/PreCompileInvalidPreparseDataError': [SKIP], | 231 'test-api/PreCompileInvalidPreparseDataError': [SKIP], |
229 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 232 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
230 ] | 233 ] |
OLD | NEW |