| 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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP], | 208 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [SKIP], |
| 209 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP], | 209 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP], |
| 210 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 210 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
| 211 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP], | 211 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP], |
| 212 | 212 |
| 213 # BUG(v8:5193): Flaky. | 213 # BUG(v8:5193): Flaky. |
| 214 'test-cpu-profiler/FunctionApplySample': [SKIP], | 214 'test-cpu-profiler/FunctionApplySample': [SKIP], |
| 215 | 215 |
| 216 # BUG(5193): Flaky timeout. | 216 # BUG(5193): Flaky timeout. |
| 217 'test-sampler/LibSamplerCollectSample': [PASS, ['arch == x64', SKIP]], | 217 'test-sampler/LibSamplerCollectSample': [PASS, ['arch == x64', SKIP]], |
| 218 |
| 219 # BUG(5920): Flaky crash. |
| 220 'test-serialize/PartialSerializerContext': [PASS, ['arch == x64 and mode == de
bug', SKIP]], |
| 218 }], # 'system == windows' | 221 }], # 'system == windows' |
| 219 | 222 |
| 220 ############################################################################## | 223 ############################################################################## |
| 221 ['arch == arm', { | 224 ['arch == arm', { |
| 222 | 225 |
| 223 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 226 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
| 224 | 227 |
| 225 # BUG(355): Test crashes on ARM. | 228 # BUG(355): Test crashes on ARM. |
| 226 'test-log/ProfLazyMode': [SKIP], | 229 'test-log/ProfLazyMode': [SKIP], |
| 227 | 230 |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 'test-field-type-tracking/*': [SKIP], | 383 'test-field-type-tracking/*': [SKIP], |
| 381 'test-parsing/*': [SKIP], | 384 'test-parsing/*': [SKIP], |
| 382 'test-page-promotion/*': [SKIP], | 385 'test-page-promotion/*': [SKIP], |
| 383 'test-decls/*': [SKIP], | 386 'test-decls/*': [SKIP], |
| 384 'test-log/*': [SKIP], | 387 'test-log/*': [SKIP], |
| 385 'test-gap-resolver/*': [SKIP], | 388 'test-gap-resolver/*': [SKIP], |
| 386 'test-dtoa/*': [SKIP], | 389 'test-dtoa/*': [SKIP], |
| 387 }], # variant == wasm_traps | 390 }], # variant == wasm_traps |
| 388 | 391 |
| 389 ] | 392 ] |
| OLD | NEW |