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
Make SSL tests work #15784
Make SSL tests work #15784
Changes from 1 commit
dc99104
e9fdc4c
ba132e0
f12bb9d
e218935
e772086
6f590a8
File filter...
Jump to…
Replace hosts when making TCP connections, not when verifying SSL certs.
- Loading branch information
This file was deleted.
This file was deleted.
This file was deleted.
| @@ -1,3 +1,23 @@ | ||
| [messageevent-constructor.https.html] | ||
| type: testharness | ||
| expected: TIMEOUT | ||
| [Default event values] | ||
| expected: FAIL | ||
|
|
||
| [MessageEventInit dictionary] | ||
| expected: FAIL | ||
|
|
||
| [Passing null for ports member] | ||
| expected: FAIL | ||
|
|
||
| [ports attribute should be a FrozenArray] | ||
| expected: FAIL | ||
|
|
||
| [initMessageEvent operation] | ||
| expected: FAIL | ||
|
|
||
| [All parameters to initMessageEvent should be mandatory] | ||
| expected: FAIL | ||
|
|
||
| [Passing ServiceWorker for source member] | ||
| expected: FAIL | ||
|
|
| @@ -1,3 +1,5 @@ | ||
| [promise-rejection-events.serviceworker.https.html] | ||
| type: testharness | ||
| expected: TIMEOUT | ||
| [Service worker setup] | ||
| expected: FAIL | ||
|
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This implementation exists only to do thatreplace_hostcall, now that it is gone you can pass&self.connectoragain toHyperRequest::with_connectorinNetworkHttpRequestFactory::createand remove this impl altogether.Hah, you killed the whole wrapper in next commit, nice!