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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
321 | 321 |
322 }], # 'arch == ppc64 and simulator_run == True' | 322 }], # 'arch == ppc64 and simulator_run == True' |
323 | 323 |
324 ############################################################################## | 324 ############################################################################## |
325 ['variant == turbofan_opt', { | 325 ['variant == turbofan_opt', { |
326 # BUG(v8:5457) | 326 # BUG(v8:5457) |
327 'test-api/SetJitCodeEventHandler': [PASS, ['no_snap', SKIP]], | 327 'test-api/SetJitCodeEventHandler': [PASS, ['no_snap', SKIP]], |
328 }], # variant == turbofan_opt | 328 }], # variant == turbofan_opt |
329 | 329 |
330 ############################################################################## | 330 ############################################################################## |
331 ['variant == ignition', { | |
332 # BUG(5193): Flaky. | |
Michael Achenbach
2016/11/30 09:19:24
Well, this test is flaky without ignition :)
| |
333 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], | |
334 }], # variant == ignition | |
335 | |
336 ############################################################################## | |
337 ['variant == ignition_staging', { | |
338 # BUG(5193): Flaky. | |
339 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], | |
340 }], # variant == ignition_staging | |
341 | |
342 ############################################################################## | |
343 ['variant == turbofan or variant == ignition_turbofan', { | 331 ['variant == turbofan or variant == ignition_turbofan', { |
344 # BUG(4751). Deopts with kNotASmi instead of expected deopt reason. | 332 # BUG(4751). Deopts with kNotASmi instead of expected deopt reason. |
345 'test-cpu-profiler/CollectDeoptEvents': [SKIP], | 333 'test-cpu-profiler/CollectDeoptEvents': [SKIP], |
346 | 334 |
347 # BUG(4751). Flaky with Ignition. | 335 # BUG(4751). Flaky with Ignition. |
348 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 336 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
349 | 337 |
350 # TODO(vogelheim,5548): Turbofan does support cached accessors. | 338 # TODO(vogelheim,5548): Turbofan does support cached accessors. |
351 'test-api-accessors/CachedAccessorCrankshaft': [FAIL], | 339 'test-api-accessors/CachedAccessorCrankshaft': [FAIL], |
352 | 340 |
(...skipping 25 matching lines...) Expand all Loading... | |
378 'test-field-type-tracking/*': [SKIP], | 366 'test-field-type-tracking/*': [SKIP], |
379 'test-parsing/*': [SKIP], | 367 'test-parsing/*': [SKIP], |
380 'test-page-promotion/*': [SKIP], | 368 'test-page-promotion/*': [SKIP], |
381 'test-decls/*': [SKIP], | 369 'test-decls/*': [SKIP], |
382 'test-log/*': [SKIP], | 370 'test-log/*': [SKIP], |
383 'test-gap-resolver/*': [SKIP], | 371 'test-gap-resolver/*': [SKIP], |
384 'test-dtoa/*': [SKIP], | 372 'test-dtoa/*': [SKIP], |
385 }], # variant == wasm_traps | 373 }], # variant == wasm_traps |
386 | 374 |
387 ] | 375 ] |
OLD | NEW |