-
Notifications
You must be signed in to change notification settings - Fork 28
Rewrite LibTest\html\HttpRequestUpload tests #932
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
Comments
sgrekhov
pushed a commit
that referenced
this issue
Nov 5, 2020
sgrekhov
pushed a commit
that referenced
this issue
Nov 17, 2020
sgrekhov
pushed a commit
that referenced
this issue
Nov 23, 2020
sgrekhov
pushed a commit
that referenced
this issue
Nov 29, 2021
Backend change https://dart-review.googlesource.com/c/sdk/+/221946 |
sgrekhov
pushed a commit
that referenced
this issue
Dec 7, 2021
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this issue
Dec 7, 2021
2021-11-29 [email protected] dart-lang/co19#932. HttpRequest/responseText_A01_t02 test fixed 2021-11-26 [email protected] Fixes dart-lang/co19#1231. More Super parameters tests added 2021-11-25 [email protected] dart-lang/co19#1238. FFI tests fixed and issue numbers added 2021-11-24 [email protected] Merge branch 'master' of https://github.com/dart-lang/co19 2021-11-24 [email protected] More fix for dart-lang/co19#1094: LibTest/io/Link tests updated: comments added. 2021-11-24 [email protected] dart-lang/co19#1231. Super parameters tests fixed and new ones added 2021-11-24 [email protected] More fix for dart-lang/co19#1094: LibTest/io/Process/killPid_* tests updated. 2021-11-24 [email protected] More fix for dart-lang/co19#1094: LibTestCopyrights updated in LibTest/io/Process test. 2021-11-24 [email protected] More fix for dart-lang/co19#1094: LibTest/io/Process tests updated to check process exit code correctly, new test added. Cq-Include-Trybots: dart/try:analyzer-nnbd-linux-release-try,dart2js-nnbd-linux-x64-chrome-try,ddc-nnbd-linux-release-chrome-try,front-end-nnbd-linux-release-x64-try,vm-kernel-nnbd-linux-release-x64-try,vm-kernel-nnbd-win-release-x64-try,vm-kernel-precomp-nnbd-linux-release-x64-try Change-Id: I9f878f3400324fc44215350fa715e2e258cfd8bf Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/221466 Reviewed-by: William Hesse <[email protected]>
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this issue
Dec 7, 2021
2021-12-07 [email protected] dart-lang/co19#932. HttpRequestUpload tests fixed 2021-12-06 [email protected] Issue dart-lang/co19#1094: Runtime executable mode checks moved to Utils/Expect, Language/Libraries_and_Scripts/Scripts, LibTest/io/Process tests corrected. 2021-12-03 [email protected] Issue dart-lang/co19#1239: in LibTest/io/Process/run_A01_t03 isDartkp is a getter now. 2021-12-03 [email protected] Subtype test added testing 500 elements deep transitivity 2021-12-02 [email protected] Issue dart-lang/co19#1239: typo corrected in LibTest/io/Process/run_A01_t03 2021-12-02 [email protected] Fixes dart-lang/co19#1241. Missed return statements added 2021-12-02 [email protected] Fixes dart-lang/co19#1240. Typos fixed in Named arguments anywhere tests 2021-12-01 [email protected] More fix for dart-lang/co19#1094: LibTest/io/Process/run_A01_t03 test corrected: exit code for precompiled runtime should be 255 Cq-Include-Trybots: dart/try:analyzer-nnbd-linux-release-try,dart2js-nnbd-linux-x64-chrome-try,ddc-nnbd-linux-release-chrome-try,front-end-nnbd-linux-release-x64-try,vm-kernel-nnbd-linux-release-x64-try,vm-kernel-nnbd-win-release-x64-try,vm-kernel-precomp-nnbd-linux-release-x64-try Change-Id: I96860dcd3b42d56d2a0c202e1e5fbc251b92106a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/222202 Reviewed-by: William Hesse <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rewrite LibTest\html\HttpRequest and LibTest\html\HttpRequestUpload tests. Currently they are not working because of error
Access to XMLHttpRequest at 'http://localhost/' from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
The text was updated successfully, but these errors were encountered: