-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
XHR test bug fixes - second attempt #128
Merged
Merged
Conversation
This file contains 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
…state is still 1 per spec, modifying test
…state is still 1 per spec, modifying test 2
…ges, aligning tests
…onger 'fully active'
…l-multi-window-4 with XHR pull request 3's text
…t was not actually called, clarifies debugging test failures in some cases
… it to a new file
… + in +xml properly
…eady existed in -bogus-name, merged in the rest
…equests have data passed to send(). Add additional async test for GET/HEAD.
…n should do so consistently, files that use semicolon throughout may do so
… normally visible to JS, so not material to test
jungkees
added a commit
that referenced
this pull request
Jul 4, 2013
XHR test bug fixes - second attempt We are basically done with the review of this full set in https://critic.hoppipolla.co.uk/r/134. Further refinements are to be proceeded bit by bit during the interop.
jugglinmike
pushed a commit
to bocoup/wpt
that referenced
this pull request
Apr 11, 2017
Fix bugs related to optional and variadic arguments; r=nox
jgraham
pushed a commit
that referenced
this pull request
Apr 13, 2017
* wptserve: Add capability to add url-directory mappings Add "aliases" dict to a config json file. It looks like: "aliases" : { "/resources/testharnessreport.js" : "/Users/tkent/blink/LayoutTests/resources", "/wpt_automation/" : "/Users/tkent/blink/LayoutTests/imported/wpt_automation" }, This feature is useful to override files in web-platform-tests or to inject additional resources. For example, browser vendor can replace its own testharnessreport.js without modifying web-platform-tests checkout. * Stop using line continuation characters.
jgraham
pushed a commit
that referenced
this pull request
Apr 21, 2017
Ensure that manifests are always run in the same order; r=Ms2ger
AutomatedTester
referenced
this pull request
in AutomatedTester/web-platform-tests
Dec 1, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
XHR test bug fixes - with cleaned up history (hopefully) because I'm not that fluent in Git operations and #103 has a branch whose history became so messy Critic stopped updating its review..