-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
test: add webidl web-platform tests #61316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+2,637
−0
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixup! test: add webidl web-platform tests
- Loading branch information
commit f69d92133c667de5e73edfac4717d45b9788f9a5
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,70 @@ | ||
| {} | ||
| { | ||
| "ecmascript-binding/class-string-named-properties-object.window.js": { | ||
| "fail": { | ||
| "expected": [ | ||
| "evaluation in WPTRunner.runJsTests()" | ||
| ] | ||
| } | ||
| }, | ||
| "ecmascript-binding/global-immutable-prototype.any.js": { | ||
| "fail": { | ||
| "expected": [ | ||
| "Setting to a different prototype" | ||
| ] | ||
| } | ||
| }, | ||
| "ecmascript-binding/global-mutable-prototype.any.js": { | ||
| "fail": { | ||
| "expected": [ | ||
| "Setting to a different prototype" | ||
| ] | ||
| } | ||
| }, | ||
| "ecmascript-binding/global-object-implicit-this-value.any.js": { | ||
| "fail": { | ||
| "expected": [ | ||
| "Global object's getter throws when called on incompatible object", | ||
| "Global object's setter throws when called on incompatible object", | ||
| "Global object's operation throws when called on incompatible object", | ||
| "Global object's getter works when called on null / undefined", | ||
| "Global object's setter works when called on null / undefined", | ||
| "evaluation in WPTRunner.runJsTests()" | ||
anonrig marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| ] | ||
| } | ||
| }, | ||
| "ecmascript-binding/legacy-factor-function-subclass.window.js": { | ||
| "fail": { | ||
| "expected": [ | ||
| "[LegacyFactoryFunction] can be subclassed and correctly handles NewTarget" | ||
| ] | ||
| } | ||
| }, | ||
| "ecmascript-binding/legacy-factory-function-builtin-properties.window.js": { | ||
| "fail": { | ||
| "expected": [ | ||
| "Legacy factory function property enumeration order of \"length\", \"name\", and \"prototype\"" | ||
| ] | ||
| } | ||
| }, | ||
| "ecmascript-binding/no-regexp-special-casing.any.js": { | ||
| "fail": { | ||
| "expected": [ | ||
| "Can be used as an object implementing a callback interface" | ||
| ] | ||
| } | ||
| }, | ||
| "ecmascript-binding/observable-array-no-leak-of-internals.window.js": { | ||
| "fail": { | ||
| "expected": [ | ||
| "ObservableArray's internals won't leak" | ||
| ] | ||
| } | ||
| }, | ||
| "ecmascript-binding/observable-array-ownkeys.window.js": { | ||
| "fail": { | ||
| "expected": [ | ||
| "ObservableArray's ownKeys trap" | ||
| ] | ||
| } | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| 'use strict'; | ||
|
|
||
| const common = require('../common'); | ||
anonrig marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| const { WPTRunner } = require('../common/wpt'); | ||
|
|
||
| const runner = new WPTRunner('webidl'); | ||
|
|
||
| runner.runJsTests(); | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.