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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 | 296 |
297 ############################################################################## | 297 ############################################################################## |
298 ['byteorder == big', { | 298 ['byteorder == big', { |
299 # TODO(mips-team): Fix Wasm for big-endian. | 299 # TODO(mips-team): Fix Wasm for big-endian. |
300 'test-run-wasm-module/Run_WasmModule_CallAdd': [SKIP], | 300 'test-run-wasm-module/Run_WasmModule_CallAdd': [SKIP], |
301 'test-run-wasm-module/Run_WasmModule_CallMain_recursive': [SKIP], | 301 'test-run-wasm-module/Run_WasmModule_CallMain_recursive': [SKIP], |
302 'test-run-wasm-module/Run_WasmModule_ReadLoadedDataSegment': [SKIP], | 302 'test-run-wasm-module/Run_WasmModule_ReadLoadedDataSegment': [SKIP], |
303 'test-run-wasm-module/Run_WasmModule_Return114': [SKIP], | 303 'test-run-wasm-module/Run_WasmModule_Return114': [SKIP], |
304 'test-run-wasm-module/Run_WasmModule_CheckMemoryIsZero': [SKIP], | 304 'test-run-wasm-module/Run_WasmModule_CheckMemoryIsZero': [SKIP], |
305 'test-run-wasm-module/Run_WasmModule_Global': [SKIP], | 305 'test-run-wasm-module/Run_WasmModule_Global': [SKIP], |
306 'test-run-wasm/RunWasmCompiled_Int32LoadInt16_signext': [SKIP], | |
307 'test-run-wasm/RunWasmCompiled_Int32LoadInt16_zeroext': [SKIP], | |
308 'test-run-wasm/RunWasmCompiled_MixedGlobals': [SKIP], | 306 'test-run-wasm/RunWasmCompiled_MixedGlobals': [SKIP], |
309 'test-run-wasm-64/RunWasmCompiled_I64*': [SKIP], | 307 'test-run-wasm-64/RunWasmCompiled_I64*': [SKIP], |
310 'test-run-wasm-64/RunWasmCompiled_LoadStoreI64_sx': [SKIP], | 308 'test-run-wasm-64/RunWasmCompiled_LoadStoreI64_sx': [SKIP], |
311 'test-run-wasm-64/Run_TestI64WasmRunner': [SKIP], | 309 'test-run-wasm-64/Run_TestI64WasmRunner': [SKIP], |
312 'test-run-wasm-64/RunWasmCompiled_Call_Int64Sub': [SKIP], | 310 'test-run-wasm-64/RunWasmCompiled_Call_Int64Sub': [SKIP], |
313 'test-run-wasm-64/RunWasmCompiled_MemI64_Sum': [SKIP], | 311 'test-run-wasm-64/RunWasmCompiled_MemI64_Sum': [SKIP], |
314 }], # 'byteorder == big' | 312 }], # 'byteorder == big' |
315 | 313 |
316 ############################################################################## | 314 ############################################################################## |
317 ['arch == arm', { | 315 ['arch == arm', { |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 'test-api/TurboAsmDisablesNeuter': [FAIL], | 568 'test-api/TurboAsmDisablesNeuter': [FAIL], |
571 | 569 |
572 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); | 570 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); |
573 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL], | 571 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL], |
574 | 572 |
575 # BUG(4751). Flaky with Ignition. | 573 # BUG(4751). Flaky with Ignition. |
576 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 574 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
577 }], # ignition or ignition_turbofan | 575 }], # ignition or ignition_turbofan |
578 | 576 |
579 ] | 577 ] |
OLD | NEW |