Chromium Code Reviews| Index: test/test262/test262.status |
| diff --git a/test/test262/test262.status b/test/test262/test262.status |
| index 26feffc51123da6b0c836fba19bce5be0b242902..3f0878f33c97f917c5960749368a22b97be8802e 100644 |
| --- a/test/test262/test262.status |
| +++ b/test/test262/test262.status |
| @@ -414,7 +414,6 @@ |
| 'built-ins/Promise/all/same-reject-function': [FAIL], |
| # https://bugs.chromium.org/p/v8/issues/detail?id=4633 |
| - 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
| 'built-ins/Promise/prototype/then/context-check-on-entry': [FAIL], |
| 'built-ins/Promise/exception-after-resolve-in-executor': [FAIL], |
| 'built-ins/Promise/reject-function-name': [FAIL], |
| @@ -592,6 +591,12 @@ |
| 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| +['asan == True', { |
| + # Test262 tests which rely on quit() are not compatible with asan's |
| + # --omit-quit |
|
Dan Ehrenberg
2016/01/06 19:26:43
Could you file a bug and reference the bug from he
|
| + 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
| +}], |
| + |
| ['ignition == True', { |
| 'annexB/B.2.3.*': [SKIP], |
| 'built-ins/Array/prototype/reduce/*': [SKIP], |
| @@ -602,6 +607,7 @@ |
| 'built-ins/MapIteratorPrototype/*': [SKIP], |
| 'built-ins/Promise/prototype/then/capability-executor-called-twice': [SKIP], |
| 'built-ins/Promise/prototype/then/capability-executor-not-callable': [SKIP], |
| + 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
| 'built-ins/Proxy/has/*': [SKIP], |
| 'built-ins/Reflect/enumerate/*': [SKIP], |
| 'built-ins/Set/*': [SKIP], |