diff --git a/DEPS b/DEPS
index 3e69dba..b1a2984 100644
--- a/DEPS
+++ b/DEPS
@@ -184,7 +184,7 @@
'test/mozilla/data':
Var('chromium_url') + '/v8/deps/third_party/mozilla-tests.git' + '@' + 'f6c578a10ea707b1a8ab0b88943fe5115ce2b9be',
'test/test262/data':
- Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + '5c8206929d81b2d3d727ca6aac56c18358c8d790',
+ Var('chromium_url') + '/external/github.com/tc39/test262.git' + '@' + 'ff0d1611d3d5084dabf7b6887c45a7321ec1b531',
'third_party/android_platform': {
'url': Var('chromium_url') + '/chromium/src/third_party/android_platform.git' + '@' + 'e3919359f2387399042d31401817db4a02d756ec',
'condition': 'checkout_android',
diff --git a/test/test262/test262.status b/test/test262/test262.status
index 90c209c..415b878 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -31,8 +31,6 @@
# tc39/test262 PR #4999: these tests have incorrect expectations.
# They assume super.prop = val on a deferred namespace doesn't trigger
# [[GetOwnProperty]], but OrdinarySetWithOwnDescriptor requires it.
- 'language/import/import-defer/evaluation-triggers/ignore-super-property-set-exported': [FAIL],
- 'language/import/import-defer/evaluation-triggers/ignore-super-property-set-not-exported': [FAIL],
###################### MISSING ES6 FEATURES #######################