| Index: test/mjsunit/mjsunit.status
 | 
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
 | 
| index 27b6c4bded7ebecd5e3a8e7e16bb599ac6f7037e..bd5307de03a8ded58288e18cfabbf89ed6e0a35b 100644
 | 
| --- a/test/mjsunit/mjsunit.status
 | 
| +++ b/test/mjsunit/mjsunit.status
 | 
| @@ -171,6 +171,10 @@
 | 
|    # noi18n build cannot parse characters in supplementary plane.
 | 
|    'harmony/regexp-named-captures': [PASS, ['no_i18n == True', FAIL]],
 | 
|  
 | 
| +  # noi18n cannot turn on ICU backend for Date
 | 
| +  'icu-date-to-string': [PASS, ['no_i18n == True', SKIP]],
 | 
| +  'icu-date-lord-howe': [PASS, ['no_i18n == True', SKIP]],
 | 
| +
 | 
|    # Allocates a large array buffer, which TSAN sometimes cannot handle.
 | 
|    'regress/regress-599717': [PASS, ['tsan', SKIP]],
 | 
|  
 | 
| @@ -543,6 +547,10 @@
 | 
|  
 | 
|    # BUG(v8:4495).
 | 
|    'es6/collections': [PASS, ['arch == ia32', FAST_VARIANTS]],
 | 
| +
 | 
| +  # Setting the timezone and locale with environment variables unavailable
 | 
| +  'icu-date-to-string': [SKIP],
 | 
| +  'icu-date-lord-howe': [SKIP],
 | 
|  }],  # 'system == windows'
 | 
|  
 | 
|  ##############################################################################
 | 
| 
 |