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/Run_Wasm_Int32LoadInt16_signext': [SKIP], | 306 'test-run-wasm/RunWasmCompiled_Int32LoadInt16_signext': [SKIP], |
307 'test-run-wasm/Run_Wasm_Int32LoadInt16_zeroext': [SKIP], | 307 'test-run-wasm/RunWasmCompiled_Int32LoadInt16_zeroext': [SKIP], |
308 'test-run-wasm/Run_WasmMixedGlobals': [SKIP], | 308 'test-run-wasm/RunWasmCompiled_MixedGlobals': [SKIP], |
309 'test-run-wasm-64/Run_WasmI64*': [SKIP], | 309 'test-run-wasm-64/RunWasmCompiled_I64*': [SKIP], |
310 'test-run-wasm-64/Run_Wasm_I64*': [SKIP], | 310 'test-run-wasm-64/RunWasmCompiled_LoadStoreI64_sx': [SKIP], |
311 'test-run-wasm-64/Run_Wasm_LoadStoreI64_sx': [SKIP], | |
312 'test-run-wasm-64/Run_TestI64WasmRunner': [SKIP], | 311 'test-run-wasm-64/Run_TestI64WasmRunner': [SKIP], |
313 'test-run-wasm-64/Run_WasmCall_Int64Sub': [SKIP], | 312 'test-run-wasm-64/RunWasmCompiled_Call_Int64Sub': [SKIP], |
314 'test-run-wasm-64/Run_Wasm_MemI64_Sum': [SKIP], | 313 'test-run-wasm-64/RunWasmCompiled_MemI64_Sum': [SKIP], |
315 }], # 'byteorder == big' | 314 }], # 'byteorder == big' |
316 | 315 |
317 ############################################################################## | 316 ############################################################################## |
318 ['arch == arm', { | 317 ['arch == arm', { |
319 | 318 |
320 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 319 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
321 | 320 |
322 # BUG(355): Test crashes on ARM. | 321 # BUG(355): Test crashes on ARM. |
323 'test-log/ProfLazyMode': [SKIP], | 322 'test-log/ProfLazyMode': [SKIP], |
324 | 323 |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 'test-api/TurboAsmDisablesNeuter': [FAIL], | 570 'test-api/TurboAsmDisablesNeuter': [FAIL], |
572 | 571 |
573 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); | 572 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); |
574 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL], | 573 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL], |
575 | 574 |
576 # BUG(4751). Flaky with ignition and tsan. | 575 # BUG(4751). Flaky with ignition and tsan. |
577 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], | 576 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], |
578 }], # ignition or ignition_turbofan | 577 }], # ignition or ignition_turbofan |
579 | 578 |
580 ] | 579 ] |
OLD | NEW |