| 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 'test-run-wasm-module/Run_WasmModule_Return114': [SKIP], | 338 'test-run-wasm-module/Run_WasmModule_Return114': [SKIP], |
| 339 'test-run-wasm-module/Run_WasmModule_CheckMemoryIsZero': [SKIP], | 339 'test-run-wasm-module/Run_WasmModule_CheckMemoryIsZero': [SKIP], |
| 340 'test-run-wasm-module/Run_WasmModule_Global': [SKIP], | 340 'test-run-wasm-module/Run_WasmModule_Global': [SKIP], |
| 341 'test-run-wasm/Run_Wasm_Int32LoadInt16_signext': [SKIP], | 341 'test-run-wasm/Run_Wasm_Int32LoadInt16_signext': [SKIP], |
| 342 'test-run-wasm/Run_Wasm_Int32LoadInt16_zeroext': [SKIP], | 342 'test-run-wasm/Run_Wasm_Int32LoadInt16_zeroext': [SKIP], |
| 343 'test-run-wasm/Run_WasmMixedGlobals': [SKIP], | 343 'test-run-wasm/Run_WasmMixedGlobals': [SKIP], |
| 344 'test-run-wasm-64/Run_WasmI64*': [SKIP], | 344 'test-run-wasm-64/Run_WasmI64*': [SKIP], |
| 345 'test-run-wasm-64/Run_Wasm_I64*': [SKIP], | 345 'test-run-wasm-64/Run_Wasm_I64*': [SKIP], |
| 346 'test-run-wasm-64/Run_Wasm_LoadStoreI64_sx': [SKIP], | 346 'test-run-wasm-64/Run_Wasm_LoadStoreI64_sx': [SKIP], |
| 347 'test-run-wasm-64/Run_TestI64WasmRunner': [SKIP], | 347 'test-run-wasm-64/Run_TestI64WasmRunner': [SKIP], |
| 348 'test-run-wasm-64/Run_WasmCall_Int64Sub': [SKIP], |
| 349 'test-run-wasm-64/Run_Wasm_MemI64_Sum': [SKIP], |
| 348 }], # 'byteorder == big' | 350 }], # 'byteorder == big' |
| 349 | 351 |
| 350 ############################################################################## | 352 ############################################################################## |
| 351 ['arch == arm', { | 353 ['arch == arm', { |
| 352 | 354 |
| 353 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 355 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
| 354 | 356 |
| 355 # BUG(355): Test crashes on ARM. | 357 # BUG(355): Test crashes on ARM. |
| 356 'test-log/ProfLazyMode': [SKIP], | 358 'test-log/ProfLazyMode': [SKIP], |
| 357 | 359 |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 633 'test-run-inlining/InlineSurplusArguments': [FAIL], | 635 'test-run-inlining/InlineSurplusArguments': [FAIL], |
| 634 'test-run-inlining/InlineBuiltin': [FAIL], | 636 'test-run-inlining/InlineBuiltin': [FAIL], |
| 635 'test-run-inlining/InlineTwiceDependent': [FAIL], | 637 'test-run-inlining/InlineTwiceDependent': [FAIL], |
| 636 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], | 638 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], |
| 637 | 639 |
| 638 # BUG(4751). Flaky with ignition and tsan. | 640 # BUG(4751). Flaky with ignition and tsan. |
| 639 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], | 641 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], |
| 640 }], # ignition or ignition_turbofan | 642 }], # ignition or ignition_turbofan |
| 641 | 643 |
| 642 ] | 644 ] |
| OLD | NEW |