| 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 ############################################################################## | 247 ############################################################################## |
| 248 ['system == macos', { | 248 ['system == macos', { |
| 249 | 249 |
| 250 # BUG(3125). | 250 # BUG(3125). |
| 251 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], | 251 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], |
| 252 'test-debug/DebugStepLinear': [PASS, FLAKY], | 252 'test-debug/DebugStepLinear': [PASS, FLAKY], |
| 253 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], | 253 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], |
| 254 }], # 'system == macos' | 254 }], # 'system == macos' |
| 255 | 255 |
| 256 ############################################################################## | 256 ############################################################################## |
| 257 ['byteorder == big', { |
| 258 # TODO(mips-team): Fix Wasm for big-endian. |
| 259 'test-run-wasm-module/Run_WasmModule_CallAdd_rev': [SKIP], |
| 260 'test-run-wasm-module/Run_WasmModule_ReadLoadedDataSegment': [SKIP], |
| 261 'test-run-wasm-module/Run_WasmModule_CheckMemoryIsZero': [SKIP], |
| 262 'test-run-wasm-module/Run_WasmModule_Global': [SKIP], |
| 263 'test-run-wasm/Run_WasmInt32*': [SKIP], |
| 264 'test-run-wasm/Run_Wasm_TableSwitch*': [SKIP], |
| 265 'test-run-wasm/Run_Wasm_StoreMemI32_offset': [SKIP], |
| 266 'test-run-wasm/Run_Wasm_Int32LoadInt16_*': [SKIP], |
| 267 'test-run-wasm/Run_WasmMixedGlobals': [SKIP], |
| 268 'test-run-wasm/Run_WasmCall*': [SKIP], |
| 269 'test-run-wasm/Run_WasmMixedCall_*': [SKIP], |
| 270 }], # 'byteorder == big' |
| 271 |
| 272 ############################################################################## |
| 257 ['arch == arm', { | 273 ['arch == arm', { |
| 258 | 274 |
| 259 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 275 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
| 260 | 276 |
| 261 # BUG(355): Test crashes on ARM. | 277 # BUG(355): Test crashes on ARM. |
| 262 'test-log/ProfLazyMode': [SKIP], | 278 'test-log/ProfLazyMode': [SKIP], |
| 263 | 279 |
| 264 # BUG(1075): Unresolved crashes. | 280 # BUG(1075): Unresolved crashes. |
| 265 'test-serialize/Deserialize': [SKIP], | 281 'test-serialize/Deserialize': [SKIP], |
| 266 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 282 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 569 'test-thread-termination/TerminationInInnerTryCall': [SKIP], | 585 'test-thread-termination/TerminationInInnerTryCall': [SKIP], |
| 570 'test-unscopables-hidden-prototype/Unscopables': [SKIP], | 586 'test-unscopables-hidden-prototype/Unscopables': [SKIP], |
| 571 }], # ignition == True | 587 }], # ignition == True |
| 572 | 588 |
| 573 ['ignition == True and arch == arm64', { | 589 ['ignition == True and arch == arm64', { |
| 574 'test-js-arm64-variables/lookup_slots': [SKIP], | 590 'test-js-arm64-variables/lookup_slots': [SKIP], |
| 575 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], | 591 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], |
| 576 }], # ignition == True and arch == arm64 | 592 }], # ignition == True and arch == arm64 |
| 577 | 593 |
| 578 ] | 594 ] |
| OLD | NEW |