Chromium Code Reviews| Index: Tools/Scripts/webkitpy/bindings/main.py | 
| diff --git a/Tools/Scripts/webkitpy/bindings/main.py b/Tools/Scripts/webkitpy/bindings/main.py | 
| index 5c59e0131efe465688d8a2078074cc85a6e8df40..7c92701508975f5e64227e9487f3814dcf6a289b 100644 | 
| --- a/Tools/Scripts/webkitpy/bindings/main.py | 
| +++ b/Tools/Scripts/webkitpy/bindings/main.py | 
| @@ -42,7 +42,6 @@ TBR=(someone in Source/bindings/OWNERS or WATCHLISTS:bindings) | 
| # Python compiler is incomplete; skip IDLs with unimplemented features | 
| SKIP_PYTHON = set([ | 
| - 'TestCheckSecurityInterface.idl', | 
| 
 
haraken
2013/11/19 07:05:06
Don't you need to 'git rm' the IDL file as well?
 
Nils Barth (inactive)
2013/11/19 08:10:09
This is the SKIP list;
I'm turning the test on in
 
Nils Barth (inactive)
2013/11/19 08:10:09
This is the SKIP list (blacklist);
I'm turning the
 
 | 
| 'TestCustomAccessors.idl', | 
| 'TestEvent.idl', | 
| 'TestEventConstructor.idl', |