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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 'test-run-machops/RunFloat64MulAndFloat64Sub1': [SKIP], | 289 'test-run-machops/RunFloat64MulAndFloat64Sub1': [SKIP], |
290 'test-run-machops/RunFloat64MulAndFloat64Sub2': [SKIP], | 290 'test-run-machops/RunFloat64MulAndFloat64Sub2': [SKIP], |
291 'test-run-machops/RunFloat64Sin': [SKIP], | 291 'test-run-machops/RunFloat64Sin': [SKIP], |
292 'test-run-machops/RunFloat64Cos': [SKIP], | 292 'test-run-machops/RunFloat64Cos': [SKIP], |
293 'test-run-machops/RunFloat64Expm1': [SKIP], | 293 'test-run-machops/RunFloat64Expm1': [SKIP], |
294 'test-run-machops/RunFloat64Tan': [SKIP], | 294 'test-run-machops/RunFloat64Tan': [SKIP], |
295 'test-cpu-profiler/Inlining': [SKIP], | 295 'test-cpu-profiler/Inlining': [SKIP], |
296 'test-gap-resolver/FuzzResolver': [SKIP], | 296 'test-gap-resolver/FuzzResolver': [SKIP], |
297 'test-run-wasm/RunWasmCompiled_MultiReturnSelect_f32': [SKIP], | 297 'test-run-wasm/RunWasmCompiled_MultiReturnSelect_f32': [SKIP], |
298 'test-run-wasm/RunWasmCompiled_MultiReturnSelect_f64': [SKIP], | 298 'test-run-wasm/RunWasmCompiled_MultiReturnSelect_f64': [SKIP], |
| 299 'test-run-wasm/RunWasmCompiled_SignallingNanSurvivesI32ReinterpretF32': [SKIP]
, |
| 300 'test-run-wasm-64/RunWasmCompiled_SignallingNanSurvivesI64ReinterpretF64': [SK
IP], |
| 301 'test-run-wasm/RunWasmInterpreted_SignallingNanSurvivesI32ReinterpretF32': [SK
IP], |
| 302 'test-run-wasm-64/RunWasmInterpreted_SignallingNanSurvivesI64ReinterpretF64':
[SKIP], |
299 }], # 'arch == x87' | 303 }], # 'arch == x87' |
300 | 304 |
301 ############################################################################## | 305 ############################################################################## |
302 ['arch == android_arm or arch == android_ia32', { | 306 ['arch == android_arm or arch == android_ia32', { |
303 | 307 |
304 # Tests crash as there is no /tmp directory in Android. | 308 # Tests crash as there is no /tmp directory in Android. |
305 'test-log/LogAccessorCallbacks': [SKIP], | 309 'test-log/LogAccessorCallbacks': [SKIP], |
306 'test-log/LogCallbacks': [SKIP], | 310 'test-log/LogCallbacks': [SKIP], |
307 'test-log/ProfLazyMode': [SKIP], | 311 'test-log/ProfLazyMode': [SKIP], |
308 }], # 'arch == android_arm or arch == android_ia32' | 312 }], # 'arch == android_arm or arch == android_ia32' |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 'test-field-type-tracking/*': [SKIP], | 378 'test-field-type-tracking/*': [SKIP], |
375 'test-parsing/*': [SKIP], | 379 'test-parsing/*': [SKIP], |
376 'test-page-promotion/*': [SKIP], | 380 'test-page-promotion/*': [SKIP], |
377 'test-decls/*': [SKIP], | 381 'test-decls/*': [SKIP], |
378 'test-log/*': [SKIP], | 382 'test-log/*': [SKIP], |
379 'test-gap-resolver/*': [SKIP], | 383 'test-gap-resolver/*': [SKIP], |
380 'test-dtoa/*': [SKIP], | 384 'test-dtoa/*': [SKIP], |
381 }], # variant == wasm_traps | 385 }], # variant == wasm_traps |
382 | 386 |
383 ] | 387 ] |
OLD | NEW |