| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'test-types/*': [PASS, NO_VARIANTS], | 68 'test-types/*': [PASS, NO_VARIANTS], |
| 69 | 69 |
| 70 # This tests API threading, no point in running several variants. | 70 # This tests API threading, no point in running several variants. |
| 71 'test-api/Threading*': [PASS, NO_VARIANTS], | 71 'test-api/Threading*': [PASS, NO_VARIANTS], |
| 72 | 72 |
| 73 # BUG(2999). The cpu profiler tests are notoriously flaky. | 73 # BUG(2999). The cpu profiler tests are notoriously flaky. |
| 74 'test-cpu-profiler/CpuProfileDeepStack': [SKIP], | 74 'test-cpu-profiler/CpuProfileDeepStack': [SKIP], |
| 75 'test-cpu-profiler/HotDeoptNoFrameEntry': [SKIP], | 75 'test-cpu-profiler/HotDeoptNoFrameEntry': [SKIP], |
| 76 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP], | 76 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP], |
| 77 | 77 |
| 78 # BUG(3525). Test crashes flakily. | |
| 79 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], | |
| 80 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], | |
| 81 | |
| 82 # BUG(v8:4358). Hangs flakily. | 78 # BUG(v8:4358). Hangs flakily. |
| 83 'test-debug/ProcessDebugMessagesThreaded': [SKIP], | 79 'test-debug/ProcessDebugMessagesThreaded': [SKIP], |
| 84 | 80 |
| 85 # BUG(2340). Preprocessing stack traces is disabled at the moment. | 81 # BUG(2340). Preprocessing stack traces is disabled at the moment. |
| 86 'test-heap/PreprocessStackTrace': [FAIL], | 82 'test-heap/PreprocessStackTrace': [FAIL], |
| 87 | 83 |
| 88 # BUG(4333). Function name inferrer does not work for ES6 clases. | 84 # BUG(4333). Function name inferrer does not work for ES6 clases. |
| 89 'test-func-name-inference/UpperCaseClass': [FAIL], | 85 'test-func-name-inference/UpperCaseClass': [FAIL], |
| 90 'test-func-name-inference/LowerCaseClass': [FAIL], | 86 'test-func-name-inference/LowerCaseClass': [FAIL], |
| 91 | 87 |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 'test-cpu-profiler/DeoptUntrackedFunction': [PASS, NO_VARIANTS], | 123 'test-cpu-profiler/DeoptUntrackedFunction': [PASS, NO_VARIANTS], |
| 128 | 124 |
| 129 ############################################################################ | 125 ############################################################################ |
| 130 # Slow tests. | 126 # Slow tests. |
| 131 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], | 127 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
| 132 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], | 128 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
| 133 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], | 129 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
| 134 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], | 130 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
| 135 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], | 131 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], |
| 136 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 132 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
| 137 | |
| 138 # TODO(machenbach, mvstanton): Flaky in debug on all platforms. | |
| 139 'test-lockers/LockerUnlocker': [PASS, ['mode == debug', FLAKY]], | |
| 140 }], # ALWAYS | 133 }], # ALWAYS |
| 141 | 134 |
| 142 ############################################################################## | 135 ############################################################################## |
| 143 ['arch == arm64', { | 136 ['arch == arm64', { |
| 144 | 137 |
| 145 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 138 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
| 146 | 139 |
| 147 'test-api/Bug618': [PASS], | 140 'test-api/Bug618': [PASS], |
| 148 | 141 |
| 149 # BUG(v8:3385). | 142 # BUG(v8:3385). |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], | 231 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], |
| 239 | 232 |
| 240 # BUG(v8:4573). | 233 # BUG(v8:4573). |
| 241 'test-api/MultipleIsolatesOnIndividualThreads': [PASS, NO_VARIANTS], | 234 'test-api/MultipleIsolatesOnIndividualThreads': [PASS, NO_VARIANTS], |
| 242 | 235 |
| 243 # BUG(v8:4642). | 236 # BUG(v8:4642). |
| 244 'test-lockers/LockAndUnlockDifferentIsolates': [PASS, NO_VARIANTS], | 237 'test-lockers/LockAndUnlockDifferentIsolates': [PASS, NO_VARIANTS], |
| 245 }], # 'system == windows' | 238 }], # 'system == windows' |
| 246 | 239 |
| 247 ############################################################################## | 240 ############################################################################## |
| 248 ['system == macos', { | |
| 249 | |
| 250 # BUG(3125). | |
| 251 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY], | |
| 252 'test-debug/DebugStepLinear': [PASS, FLAKY], | |
| 253 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY], | |
| 254 }], # 'system == macos' | |
| 255 | |
| 256 ############################################################################## | |
| 257 ['byteorder == big', { | 241 ['byteorder == big', { |
| 258 # TODO(mips-team): Fix Wasm for big-endian. | 242 # TODO(mips-team): Fix Wasm for big-endian. |
| 259 'test-run-wasm-module/Run_WasmModule_CallAdd': [SKIP], | 243 'test-run-wasm-module/Run_WasmModule_CallAdd': [SKIP], |
| 260 'test-run-wasm-module/Run_WasmModule_CallAdd_rev': [SKIP], | 244 'test-run-wasm-module/Run_WasmModule_CallAdd_rev': [SKIP], |
| 261 'test-run-wasm-module/Run_WasmModule_CallMain_recursive': [SKIP], | 245 'test-run-wasm-module/Run_WasmModule_CallMain_recursive': [SKIP], |
| 262 'test-run-wasm-module/Run_WasmModule_ReadLoadedDataSegment': [SKIP], | 246 'test-run-wasm-module/Run_WasmModule_ReadLoadedDataSegment': [SKIP], |
| 263 'test-run-wasm-module/Run_WasmModule_Return114': [SKIP], | 247 'test-run-wasm-module/Run_WasmModule_Return114': [SKIP], |
| 264 'test-run-wasm-module/Run_WasmModule_CheckMemoryIsZero': [SKIP], | 248 'test-run-wasm-module/Run_WasmModule_CheckMemoryIsZero': [SKIP], |
| 265 'test-run-wasm-module/Run_WasmModule_Global': [SKIP], | 249 'test-run-wasm-module/Run_WasmModule_Global': [SKIP], |
| 266 'test-run-wasm/Run_WasmInt32*': [SKIP], | 250 'test-run-wasm/Run_WasmInt32*': [SKIP], |
| (...skipping 29 matching lines...) Expand all Loading... |
| 296 'test-serialize/StartupSerializerTwice': [SKIP], | 280 'test-serialize/StartupSerializerTwice': [SKIP], |
| 297 'test-serialize/StartupSerializerOnceRunScript': [SKIP], | 281 'test-serialize/StartupSerializerOnceRunScript': [SKIP], |
| 298 'test-serialize/StartupSerializerTwiceRunScript': [SKIP], | 282 'test-serialize/StartupSerializerTwiceRunScript': [SKIP], |
| 299 | 283 |
| 300 ############################################################################ | 284 ############################################################################ |
| 301 # Slow tests. | 285 # Slow tests. |
| 302 'test-api/Threading1': [PASS, SLOW], | 286 'test-api/Threading1': [PASS, SLOW], |
| 303 'test-api/Threading2': [PASS, SLOW], | 287 'test-api/Threading2': [PASS, SLOW], |
| 304 'test-api/Threading3': [PASS, SLOW], | 288 'test-api/Threading3': [PASS, SLOW], |
| 305 'test-api/Threading4': [PASS, SLOW], | 289 'test-api/Threading4': [PASS, SLOW], |
| 306 | |
| 307 # Crashes due to OOM in simulator. | |
| 308 'test-types/Distributivity1': [PASS, FLAKY], | |
| 309 'test-types/Distributivity2': [PASS, FLAKY], | |
| 310 }], # 'arch == arm' | 290 }], # 'arch == arm' |
| 311 | 291 |
| 312 ############################################################################## | 292 ############################################################################## |
| 313 ['arch == mipsel or arch == mips', { | 293 ['arch == mipsel or arch == mips', { |
| 314 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 294 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
| 315 | 295 |
| 316 # TODO(mips-team): Improve code-size on large RegExp's. | 296 # TODO(mips-team): Improve code-size on large RegExp's. |
| 317 'test-heap/TestSizeOfRegExpCode': [SKIP], | 297 'test-heap/TestSizeOfRegExpCode': [SKIP], |
| 318 | 298 |
| 319 # BUG(1075): Unresolved crashes on MIPS also. | 299 # BUG(1075): Unresolved crashes on MIPS also. |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 'test-run-inlining/InlineTwice': [FAIL], | 534 'test-run-inlining/InlineTwice': [FAIL], |
| 555 | 535 |
| 556 }], # ignition == True | 536 }], # ignition == True |
| 557 | 537 |
| 558 ['ignition == True and msan', { | 538 ['ignition == True and msan', { |
| 559 # TODO(rmcilroy,4680): Uninitialized memory. | 539 # TODO(rmcilroy,4680): Uninitialized memory. |
| 560 'test-debug/*': [SKIP], | 540 'test-debug/*': [SKIP], |
| 561 }], # ignition == True and msan | 541 }], # ignition == True and msan |
| 562 | 542 |
| 563 ] | 543 ] |
| OLD | NEW |