diff options
Diffstat (limited to 'testing/web-platform/meta/fetch/api/crashtests')
-rw-r--r-- | testing/web-platform/meta/fetch/api/crashtests/huge-fetch.any.js.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/api/crashtests/huge-fetch.any.js.ini b/testing/web-platform/meta/fetch/api/crashtests/huge-fetch.any.js.ini new file mode 100644 index 0000000000..01ad9ff78f --- /dev/null +++ b/testing/web-platform/meta/fetch/api/crashtests/huge-fetch.any.js.ini @@ -0,0 +1,13 @@ +[huge-fetch.any.sharedworker.html] + +[huge-fetch.any.worker.html] + +[huge-fetch.any.serviceworker.html] + expected: + if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT] + [fetching a huge cacheable file but not reading it should not crash] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + + +[huge-fetch.any.html] |