| 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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], | 270 'test-run-wasm/Run_WasmInt64*': [SKIP], |
| 271 'test-run-wasm/Run_Wasm_LoadStoreI64_sx': [SKIP], | 271 'test-run-wasm/Run_Wasm_LoadStoreI64_sx': [SKIP], |
| 272 'test-run-wasm/Run_WASM_Int64DivS_byzero_const': [SKIP], | 272 'test-run-wasm/Run_WASM_Int64DivS_byzero_const': [SKIP], |
| 273 'test-run-wasm/Run_TestI64WasmRunner': [SKIP], | 273 'test-run-wasm/Run_TestI64WasmRunner': [SKIP], |
| 274 'test-run-wasm-js/Run_JSSelect_1': [SKIP], |
| 275 'test-run-wasm-js/Run_JSSelect_2': [SKIP], |
| 276 'test-run-wasm-js/Run_JSSelect_3': [SKIP], |
| 277 'test-run-wasm-js/Run_JSSelect_4': [SKIP], |
| 278 'test-run-wasm-js/Run_JSSelect_5': [SKIP], |
| 279 'test-run-wasm-js/Run_JSSelect_6': [SKIP], |
| 274 }], # 'byteorder == big' | 280 }], # 'byteorder == big' |
| 275 | 281 |
| 276 ############################################################################## | 282 ############################################################################## |
| 277 ['arch == arm', { | 283 ['arch == arm', { |
| 278 | 284 |
| 279 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 285 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
| 280 | 286 |
| 281 # BUG(355): Test crashes on ARM. | 287 # BUG(355): Test crashes on ARM. |
| 282 'test-log/ProfLazyMode': [SKIP], | 288 'test-log/ProfLazyMode': [SKIP], |
| 283 | 289 |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 'test-unscopables-hidden-prototype/Unscopables': [SKIP], | 587 'test-unscopables-hidden-prototype/Unscopables': [SKIP], |
| 582 }], # ignition == True | 588 }], # ignition == True |
| 583 | 589 |
| 584 ['ignition == True and arch == arm64', { | 590 ['ignition == True and arch == arm64', { |
| 585 'test-js-arm64-variables/lookup_slots': [SKIP], | 591 'test-js-arm64-variables/lookup_slots': [SKIP], |
| 586 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], | 592 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], |
| 587 'test-heap/Regress538257': [SKIP], | 593 'test-heap/Regress538257': [SKIP], |
| 588 }], # ignition == True and arch == arm64 | 594 }], # ignition == True and arch == arm64 |
| 589 | 595 |
| 590 ] | 596 ] |
| OLD | NEW |