mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 1189686
- Disable unsupported sections. r=catalinb
This makes sure the test does not timeout. Due to the way the test is written, failures are reported on the console rather than immediately failing the test, which was leading to the timeouts. I have commented in Bug 1130685 to re-enable these. Update web-platform-tests expected data --HG-- extra : commitid : 5wxfXcf5ezO extra : rebase_source : 99876b20fe9fcb7b30f35aa16a4f08edfb1351f9
This commit is contained in:
parent
9f70e83ae6
commit
907cf30575
@ -1,6 +0,0 @@
|
||||
[clients-matchall-client-types.https.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Verify matchAll() with various client types]
|
||||
expected: TIMEOUT
|
||||
|
@ -62,13 +62,13 @@ promise_test(function(t) {
|
||||
.then(function() {
|
||||
return test_matchall(frame, expected_with_window, {type:'window'});
|
||||
})
|
||||
.then(function() {
|
||||
return test_matchall(frame, expected_with_shared_worker,
|
||||
{type:'sharedworker'});
|
||||
})
|
||||
.then(function() {
|
||||
return test_matchall(frame, expected_with_all, {type:'all'});
|
||||
})
|
||||
//.then(function() {
|
||||
// return test_matchall(frame, expected_with_shared_worker,
|
||||
// {type:'sharedworker'});
|
||||
// })
|
||||
//.then(function() {
|
||||
// return test_matchall(frame, expected_with_all, {type:'all'});
|
||||
// })
|
||||
.then(function() {
|
||||
frame.remove();
|
||||
return service_worker_unregister_and_done(t, scope);
|
||||
|
Loading…
Reference in New Issue
Block a user