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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 'test-run-wasm-module/Run_WasmModule_ReadLoadedDataSegment': [SKIP], | 260 'test-run-wasm-module/Run_WasmModule_ReadLoadedDataSegment': [SKIP], |
261 'test-run-wasm-module/Run_WasmModule_CheckMemoryIsZero': [SKIP], | 261 'test-run-wasm-module/Run_WasmModule_CheckMemoryIsZero': [SKIP], |
262 'test-run-wasm-module/Run_WasmModule_Global': [SKIP], | 262 'test-run-wasm-module/Run_WasmModule_Global': [SKIP], |
263 'test-run-wasm/Run_WasmInt32*': [SKIP], | 263 'test-run-wasm/Run_WasmInt32*': [SKIP], |
264 'test-run-wasm/Run_Wasm_TableSwitch*': [SKIP], | 264 'test-run-wasm/Run_Wasm_TableSwitch*': [SKIP], |
265 'test-run-wasm/Run_Wasm_StoreMemI32_offset': [SKIP], | 265 'test-run-wasm/Run_Wasm_StoreMemI32_offset': [SKIP], |
266 'test-run-wasm/Run_Wasm_Int32LoadInt16_*': [SKIP], | 266 'test-run-wasm/Run_Wasm_Int32LoadInt16_*': [SKIP], |
267 'test-run-wasm/Run_WasmMixedGlobals': [SKIP], | 267 'test-run-wasm/Run_WasmMixedGlobals': [SKIP], |
268 'test-run-wasm/Run_WasmCall*': [SKIP], | 268 'test-run-wasm/Run_WasmCall*': [SKIP], |
269 'test-run-wasm/Run_WasmMixedCall_*': [SKIP], | 269 'test-run-wasm/Run_WasmMixedCall_*': [SKIP], |
| 270 'test-run-wasm/Run_WasmInt64*': [SKIP], |
| 271 'test-run-wasm/Run_Wasm_LoadStoreI64_sx': [SKIP], |
| 272 'test-run-wasm/Run_WASM_Int64DivS_byzero_const': [SKIP], |
| 273 'test-run-wasm/Run_TestI64WasmRunner': [SKIP], |
270 }], # 'byteorder == big' | 274 }], # 'byteorder == big' |
271 | 275 |
272 ############################################################################## | 276 ############################################################################## |
273 ['arch == arm', { | 277 ['arch == arm', { |
274 | 278 |
275 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 279 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
276 | 280 |
277 # BUG(355): Test crashes on ARM. | 281 # BUG(355): Test crashes on ARM. |
278 'test-log/ProfLazyMode': [SKIP], | 282 'test-log/ProfLazyMode': [SKIP], |
279 | 283 |
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
575 'test-thread-termination/TerminationInInnerTryCall': [SKIP], | 579 'test-thread-termination/TerminationInInnerTryCall': [SKIP], |
576 'test-unscopables-hidden-prototype/Unscopables': [SKIP], | 580 'test-unscopables-hidden-prototype/Unscopables': [SKIP], |
577 }], # ignition == True | 581 }], # ignition == True |
578 | 582 |
579 ['ignition == True and arch == arm64', { | 583 ['ignition == True and arch == arm64', { |
580 'test-js-arm64-variables/lookup_slots': [SKIP], | 584 'test-js-arm64-variables/lookup_slots': [SKIP], |
581 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], | 585 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], |
582 }], # ignition == True and arch == arm64 | 586 }], # ignition == True and arch == arm64 |
583 | 587 |
584 ] | 588 ] |
OLD | NEW |