Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(728)

Unified Diff: Tools/Scripts/webkitpy/bindings/main.py

Issue 106183010: Delete 2 redundant bindings tests: TestExtendedEvent.idl and TestEvent.idl (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/tests/results/V8TestExtendedEvent.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/bindings/main.py
diff --git a/Tools/Scripts/webkitpy/bindings/main.py b/Tools/Scripts/webkitpy/bindings/main.py
index a8d2c77a9c27c85096980e3ed07e077a2535bd01..d0abb7dd4ce46783410d0292f06ccffb972841c9 100644
--- a/Tools/Scripts/webkitpy/bindings/main.py
+++ b/Tools/Scripts/webkitpy/bindings/main.py
@@ -43,10 +43,8 @@ TBR=(someone in Source/bindings/OWNERS or WATCHLISTS:bindings)
# Python compiler is incomplete; skip IDLs with unimplemented features
SKIP_PYTHON = set([
'TestCustomAccessors.idl',
- 'TestEvent.idl',
'TestEventTarget.idl',
'TestException.idl',
- 'TestExtendedEvent.idl',
'TestImplements.idl',
'TestInterface.idl',
'TestInterfaceImplementedAs.idl',
« no previous file with comments | « Source/bindings/tests/results/V8TestExtendedEvent.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698