| 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 'test-api/MultipleIsolatesOnIndividualThreads': [PASS, NO_VARIANTS], | 235 'test-api/MultipleIsolatesOnIndividualThreads': [PASS, NO_VARIANTS], |
| 236 | 236 |
| 237 # BUG(v8:4642). | 237 # BUG(v8:4642). |
| 238 'test-lockers/LockAndUnlockDifferentIsolates': [PASS, NO_VARIANTS], | 238 'test-lockers/LockAndUnlockDifferentIsolates': [PASS, NO_VARIANTS], |
| 239 }], # 'system == windows' | 239 }], # 'system == windows' |
| 240 | 240 |
| 241 ############################################################################## | 241 ############################################################################## |
| 242 ['byteorder == big', { | 242 ['byteorder == big', { |
| 243 # TODO(mips-team): Fix Wasm for big-endian. | 243 # TODO(mips-team): Fix Wasm for big-endian. |
| 244 'test-run-wasm-module/Run_WasmModule_CallAdd': [SKIP], | 244 'test-run-wasm-module/Run_WasmModule_CallAdd': [SKIP], |
| 245 'test-run-wasm-module/Run_WasmModule_CallAdd_rev': [SKIP], | |
| 246 'test-run-wasm-module/Run_WasmModule_CallMain_recursive': [SKIP], | 245 'test-run-wasm-module/Run_WasmModule_CallMain_recursive': [SKIP], |
| 247 'test-run-wasm-module/Run_WasmModule_ReadLoadedDataSegment': [SKIP], | 246 'test-run-wasm-module/Run_WasmModule_ReadLoadedDataSegment': [SKIP], |
| 248 'test-run-wasm-module/Run_WasmModule_Return114': [SKIP], | 247 'test-run-wasm-module/Run_WasmModule_Return114': [SKIP], |
| 249 'test-run-wasm-module/Run_WasmModule_CheckMemoryIsZero': [SKIP], | 248 'test-run-wasm-module/Run_WasmModule_CheckMemoryIsZero': [SKIP], |
| 250 'test-run-wasm-module/Run_WasmModule_Global': [SKIP], | 249 'test-run-wasm-module/Run_WasmModule_Global': [SKIP], |
| 251 'test-run-wasm/Run_WasmInt32*': [SKIP], | 250 'test-run-wasm/Run_Wasm_Int32LoadInt16_signext': [SKIP], |
| 252 'test-run-wasm/Run_Wasm_TableSwitch*': [SKIP], | 251 'test-run-wasm/Run_Wasm_Int32LoadInt16_zeroext': [SKIP], |
| 253 'test-run-wasm/Run_Wasm_StoreMemI32_offset': [SKIP], | |
| 254 'test-run-wasm/Run_Wasm_Int32LoadInt16_*': [SKIP], | |
| 255 'test-run-wasm/Run_WasmMixedGlobals': [SKIP], | 252 'test-run-wasm/Run_WasmMixedGlobals': [SKIP], |
| 256 'test-run-wasm/Run_WasmCall*': [SKIP], | |
| 257 'test-run-wasm/Run_WasmMixedCall_*': [SKIP], | |
| 258 'test-run-wasm/Run_WasmInt64*': [SKIP], | |
| 259 'test-run-wasm/Run_Wasm_LoadStoreI64_sx': [SKIP], | |
| 260 'test-run-wasm/Run_WASM_Int64DivS_byzero_const': [SKIP], | |
| 261 'test-run-wasm/Run_TestI64WasmRunner': [SKIP], | |
| 262 'test-run-wasm-js/Run_JSSelect_1': [SKIP], | |
| 263 'test-run-wasm-js/Run_JSSelect_2': [SKIP], | |
| 264 'test-run-wasm-js/Run_JSSelect_3': [SKIP], | |
| 265 'test-run-wasm-js/Run_JSSelect_4': [SKIP], | |
| 266 'test-run-wasm-js/Run_JSSelect_5': [SKIP], | |
| 267 'test-run-wasm-js/Run_JSSelect_6': [SKIP], | |
| 268 'test-run-wasm-64/Run_WasmI64*': [SKIP], | 253 'test-run-wasm-64/Run_WasmI64*': [SKIP], |
| 254 'test-run-wasm-64/Run_Wasm_I64*': [SKIP], |
| 255 'test-run-wasm-64/Run_Wasm_LoadStoreI64_sx': [SKIP], |
| 256 'test-run-wasm-64/Run_TestI64WasmRunner': [SKIP], |
| 269 }], # 'byteorder == big' | 257 }], # 'byteorder == big' |
| 270 | 258 |
| 271 ############################################################################## | 259 ############################################################################## |
| 272 ['arch == arm', { | 260 ['arch == arm', { |
| 273 | 261 |
| 274 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 262 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
| 275 | 263 |
| 276 # BUG(355): Test crashes on ARM. | 264 # BUG(355): Test crashes on ARM. |
| 277 'test-log/ProfLazyMode': [SKIP], | 265 'test-log/ProfLazyMode': [SKIP], |
| 278 | 266 |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 # TODO(mythria,4680): Incorrect column number on eval. | 519 # TODO(mythria,4680): Incorrect column number on eval. |
| 532 'test-api/PromiseRejectCallback': [FAIL], | 520 'test-api/PromiseRejectCallback': [FAIL], |
| 533 }], # ignition == True | 521 }], # ignition == True |
| 534 | 522 |
| 535 ['ignition == True and msan', { | 523 ['ignition == True and msan', { |
| 536 # TODO(rmcilroy,4680): Uninitialized memory. | 524 # TODO(rmcilroy,4680): Uninitialized memory. |
| 537 'test-debug/*': [SKIP], | 525 'test-debug/*': [SKIP], |
| 538 }], # ignition == True and msan | 526 }], # ignition == True and msan |
| 539 | 527 |
| 540 ] | 528 ] |
| OLD | NEW |