Skip to content

Commit

Permalink
Remove Web IDL syntax tests
Browse files Browse the repository at this point in the history
As well as a questionable testable_assertions.txt file.

As discussed in #30355 nobody knows what these are for and nobody is maintaining them.
  • Loading branch information
annevk authored Oct 5, 2021
1 parent 902e9dc commit 519280a
Show file tree
Hide file tree
Showing 120 changed files with 1 addition and 3,837 deletions.
2 changes: 0 additions & 2 deletions lint.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ INDENT TABS: encoding/legacy*/*

TRAILING WHITESPACE: html/canvas/tools/current-work-canvas.xhtml
TRAILING WHITESPACE: conformance-checkers/*
TRAILING WHITESPACE: webidl/valid/*
TRAILING WHITESPACE: html/syntax/xmldecl/support/no-version-or-space-or-trailing-question-trailing-body-single-quotes-spaces-and-line-breaks-around-equals.htm
TRAILING WHITESPACE: html/syntax/xmldecl/support/no-version-or-space-or-trailing-question-trailing-body-single-quotes-spaces-and-line-breaks-around-equals-trail.htm

Expand Down Expand Up @@ -77,7 +76,6 @@ AHEM COPY: fonts/ahem-extra/AHEM_*.TTF
## Test exclusions ##

# Intentional use of CRLF
CR AT EOL: webidl/valid/idl/documentation-dos.widl
CR AT EOL: cors/resources/cors-headers.asis
CR AT EOL: fetch/h1-parsing/resources/blue-with-0x00-in-a-header.asis
CR AT EOL: html/semantics/forms/the-textarea-element/multiline-placeholder-cr.html
Expand Down
3 changes: 1 addition & 2 deletions tools/ci/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"css/css-ui/",
"html/",
"infrastructure/",
"mimesniff/",
"webidl"],
"mimesniff/"],
"wpt_integration": ["tools/"],
"wptrunner_infrastructure": ["infrastructure/",
"tools/",
Expand Down
1 change: 0 additions & 1 deletion update-built-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ infrastructure/assumptions/tools/build.sh
html/tools/build.sh
python3 mimesniff/mime-types/resources/generated-mime-types.py
python3 css/css-ui/tools/appearance-build-webkit-reftests.py
python3 webidl/tools/generate-setlike.py
python3 html/syntax/speculative-parsing/tools/generate.py
8 changes: 0 additions & 8 deletions webidl/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
Tests for the [Web IDL Standard](https://webidl.spec.whatwg.org/).

== Syntax tests ==

Syntax tests can be found in the "valid" and "invalid" directories.

These are syntax tests for a Web IDL parser. A correct parser should fail on the tests in the "invalid" directory, and should be able to collect the data necessary to generate the XML serialization for valid fragments collected in the "valid" directory.

(The said XML serialization is the one produced by [widlproc](https://github.com/dontcallmedom/widlproc) from which these tests have been imported.)
1 change: 0 additions & 1 deletion webidl/invalid/idl/enum.widl

This file was deleted.

25 changes: 0 additions & 25 deletions webidl/invalid/idl/module.widl

This file was deleted.

3 changes: 0 additions & 3 deletions webidl/invalid/idl/nonnullableany.widl

This file was deleted.

5 changes: 0 additions & 5 deletions webidl/invalid/idl/nonnullableobjects.widl

This file was deleted.

18 changes: 0 additions & 18 deletions webidl/invalid/idl/raises.widl

This file was deleted.

2 changes: 0 additions & 2 deletions webidl/invalid/idl/scopedname.widl

This file was deleted.

3 changes: 0 additions & 3 deletions webidl/invalid/idl/sequenceAsAttribute.widl

This file was deleted.

8 changes: 0 additions & 8 deletions webidl/invalid/idl/special-omittable.widl

This file was deleted.

3 changes: 0 additions & 3 deletions webidl/invalid/idl/stringconstants.idl

This file was deleted.

29 changes: 0 additions & 29 deletions webidl/testable_assertions.txt

This file was deleted.

113 changes: 0 additions & 113 deletions webidl/tools/generate-setlike.py

This file was deleted.

6 changes: 0 additions & 6 deletions webidl/valid/idl/allowany.widl

This file was deleted.

5 changes: 0 additions & 5 deletions webidl/valid/idl/array.widl

This file was deleted.

8 changes: 0 additions & 8 deletions webidl/valid/idl/attributes.widl

This file was deleted.

5 changes: 0 additions & 5 deletions webidl/valid/idl/callback.widl

This file was deleted.

5 changes: 0 additions & 5 deletions webidl/valid/idl/caller.widl

This file was deleted.

11 changes: 0 additions & 11 deletions webidl/valid/idl/constants.widl

This file was deleted.

9 changes: 0 additions & 9 deletions webidl/valid/idl/constructor.widl

This file was deleted.

9 changes: 0 additions & 9 deletions webidl/valid/idl/dictionary-inherits.widl

This file was deleted.

11 changes: 0 additions & 11 deletions webidl/valid/idl/dictionary.widl

This file was deleted.

33 changes: 0 additions & 33 deletions webidl/valid/idl/documentation-dos.widl

This file was deleted.

Loading

0 comments on commit 519280a

Please sign in to comment.