-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[browser][MT] System.Xml.Tests.TC_SchemaSet_Add_URL.v4 #75123
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsThe test internally calls the
|
@pavelsavara @lambdageek @kg this would be a good first issue for threaded js interop |
I wonder if unhandled exceptions in workers get forwarded to the console during tests? |
We improved it here #74751 |
@ilonatommy this is possibly working now, could you please test/enable ? |
It still hangs but ST works, I am changing the blocking condition in #94558 |
The problem is this operation:
However, when we wrap the HTTP request in a helper async function and we use block-waiting for that function in the sync test, it hangs.
Theoretically, we could not use Edit: no, it does not help because eventually, in |
I think |
The test internally calls the
XmlDownloadManager
which makes a GET HTTP request tohttp://bla/
and at that point the test execution gets stuck and eventually timeouts. I assume that this is caused by making a HTTP request on a non-browser thread but there might be something else going on.Ref #74408
Stack:
GetNonFileStreamAsync
is called with a comment:Expected exception form the hanging function:
[out of order message from the browser]: http://bla/ - Failed to load resource: net::ERR_NAME_NOT_RESOLVED
The text was updated successfully, but these errors were encountered: