| Index: test/webkit/webkit.status
|
| diff --git a/test/webkit/webkit.status b/test/webkit/webkit.status
|
| index 930c81e1b04c2dbb6377fb845682fbbd7deb62bc..ed523783183ffe6f53d3c8bbe0f9a0aa77b46565 100644
|
| --- a/test/webkit/webkit.status
|
| +++ b/test/webkit/webkit.status
|
| @@ -101,11 +101,11 @@
|
| }], # 'gc_stress == True and mode == debug'
|
|
|
| ##############################################################################
|
| -['ignition == True and msan', {
|
| +['(ignition or ignition_turbofan) and msan', {
|
| # TODO(mythria,4680): Too slow and timeout on ignition.
|
| 'dfg-double-vote-fuzz': [SKIP],
|
| 'dfg-int-overflow-in-loop': [SKIP],
|
| -}], # ignition == True and msan
|
| +}], # (ignition or ignition_turbofan) and msan
|
|
|
| ##############################################################################
|
| ['gcov_coverage', {
|
|
|