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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
206 }], # 'system == windows' | 206 }], # 'system == windows' |
207 | 207 |
208 ############################################################################## | 208 ############################################################################## |
209 ['arch == arm', { | 209 ['arch == arm', { |
210 | 210 |
211 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 211 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
212 | 212 |
213 # BUG(355): Test crashes on ARM. | 213 # BUG(355): Test crashes on ARM. |
214 'test-log/ProfLazyMode': [SKIP], | 214 'test-log/ProfLazyMode': [SKIP], |
215 | 215 |
216 # BUG(1075): Unresolved crashes. | 216 # BUG(1075): Unresolved crashes. |
Michael Achenbach
2016/12/23 19:01:51
Note, the CL is linked to bug 4124.
bbudge-google
2016/12/23 19:29:13
Do you want me to add a comment here? I have a CL
Michael Achenbach
2016/12/23 20:45:38
nah, never mind. just please keep an overview your
| |
217 'test-serialize/StartupSerializerOnce': [SKIP], | 217 'test-serialize/StartupSerializerOnce': [SKIP], |
218 'test-serialize/StartupSerializerTwice': [SKIP], | 218 'test-serialize/StartupSerializerTwice': [SKIP], |
219 'test-serialize/StartupSerializerOnceRunScript': [SKIP], | 219 'test-serialize/StartupSerializerOnceRunScript': [SKIP], |
220 'test-serialize/StartupSerializerTwiceRunScript': [SKIP], | 220 'test-serialize/StartupSerializerTwiceRunScript': [SKIP], |
221 'test-run-wasm-simd/RunWasmCompiled_F32x4Add': [SKIP], | |
222 'test-run-wasm-simd/RunWasmCompiled_F32x4Sub': [SKIP], | |
223 'test-run-wasm-simd/RunWasmInterpreted_F32x4Add': [SKIP], | |
224 'test-run-wasm-simd/RunWasmInterpreted_F32x4Sub': [SKIP], | |
221 | 225 |
222 ############################################################################ | 226 ############################################################################ |
223 # Slow tests. | 227 # Slow tests. |
224 'test-api/Threading*': [PASS, SLOW], | 228 'test-api/Threading*': [PASS, SLOW], |
225 }], # 'arch == arm' | 229 }], # 'arch == arm' |
226 | 230 |
227 ############################################################################## | 231 ############################################################################## |
228 ['arch == mipsel or arch == mips', { | 232 ['arch == mipsel or arch == mips', { |
229 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 233 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
230 | 234 |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
363 'test-field-type-tracking/*': [SKIP], | 367 'test-field-type-tracking/*': [SKIP], |
364 'test-parsing/*': [SKIP], | 368 'test-parsing/*': [SKIP], |
365 'test-page-promotion/*': [SKIP], | 369 'test-page-promotion/*': [SKIP], |
366 'test-decls/*': [SKIP], | 370 'test-decls/*': [SKIP], |
367 'test-log/*': [SKIP], | 371 'test-log/*': [SKIP], |
368 'test-gap-resolver/*': [SKIP], | 372 'test-gap-resolver/*': [SKIP], |
369 'test-dtoa/*': [SKIP], | 373 'test-dtoa/*': [SKIP], |
370 }], # variant == wasm_traps | 374 }], # variant == wasm_traps |
371 | 375 |
372 ] | 376 ] |
OLD | NEW |