 Chromium Code Reviews
 Chromium Code Reviews Issue 1783773003:
  [testing] Extend interpreter testing to message suite.  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@local_interpreter-fix-throw-position
    
  
    Issue 1783773003:
  [testing] Extend interpreter testing to message suite.  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@local_interpreter-fix-throw-position| Index: test/message/message.status | 
| diff --git a/test/message/message.status b/test/message/message.status | 
| index 234bf0f35ca1b50c16f0aa3d1d10ef088d60c42d..bc44dff441f68f80a57e5abcdef3cde564ce1720 100644 | 
| --- a/test/message/message.status | 
| +++ b/test/message/message.status | 
| @@ -30,4 +30,14 @@ | 
| # All tests in the bug directory are expected to fail. | 
| 'bugs/*': [FAIL], | 
| }], # ALWAYS | 
| +['ignition == True', { | 
| + # TODO(4680): Some source positions are off with Ignition. | 
| + 'default-parameter-tdz': [SKIP], | 
| 
Michael Starzinger
2016/03/10 15:08:52
Note that for some reason "FAIL" doesn't do the tr
 | 
| + 'default-parameter-tdz-arrow': [SKIP], | 
| + 'destructuring-modify-const': [SKIP], | 
| + 'instanceof': [SKIP], | 
| + 'overwritten-builtins': [SKIP], | 
| + 'regress/regress-1527': [SKIP], | 
| + 'replacement-marker-as-argument': [SKIP], | 
| +}], # ignition == True | 
| ] |