diff options
Diffstat (limited to '')
12 files changed, 59 insertions, 0 deletions
diff --git a/testing/web-platform/meta/FileAPI/file/Worker-read-file-constructor.worker.js.ini b/testing/web-platform/meta/FileAPI/file/Worker-read-file-constructor.worker.js.ini new file mode 100644 index 0000000000..254305fa1e --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/Worker-read-file-constructor.worker.js.ini @@ -0,0 +1,3 @@ +[Worker-read-file-constructor.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-form-controls.html.ini b/testing/web-platform/meta/FileAPI/file/send-file-form-controls.html.ini new file mode 100644 index 0000000000..10144a1fc3 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-form-controls.html.ini @@ -0,0 +1,12 @@ +[send-file-form-controls.html] + expected: + if (processor == "x86_64") and (os == "android") and fission: [OK, TIMEOUT] + if processor == "x86": [OK, TIMEOUT] + [Upload file-for-upload-in-form-ESC-[\x1b\].txt (ASCII) in UTF-8 form] + expected: + if processor == "x86": [PASS, TIMEOUT] + + [Upload file-for-upload-in-form-SPACE-[ \].txt (ASCII) in UTF-8 form] + expected: + if (processor == "x86") and not debug: [PASS, TIMEOUT, NOTRUN] + if (processor == "x86") and debug: [PASS, NOTRUN] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-form-punctuation.html.ini b/testing/web-platform/meta/FileAPI/file/send-file-form-punctuation.html.ini new file mode 100644 index 0000000000..83e3d19ca1 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-form-punctuation.html.ini @@ -0,0 +1,3 @@ +[send-file-form-punctuation.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-form-utf-8.html.ini b/testing/web-platform/meta/FileAPI/file/send-file-form-utf-8.html.ini new file mode 100644 index 0000000000..2c8f0624e8 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-form-utf-8.html.ini @@ -0,0 +1,3 @@ +[send-file-form-utf-8.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-form-windows-1252.html.ini b/testing/web-platform/meta/FileAPI/file/send-file-form-windows-1252.html.ini new file mode 100644 index 0000000000..f18492f9e6 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-form-windows-1252.html.ini @@ -0,0 +1,3 @@ +[send-file-form-windows-1252.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-form-x-user-defined.html.ini b/testing/web-platform/meta/FileAPI/file/send-file-form-x-user-defined.html.ini new file mode 100644 index 0000000000..9579aa8e2b --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-form-x-user-defined.html.ini @@ -0,0 +1,3 @@ +[send-file-form-x-user-defined.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-form.html.ini b/testing/web-platform/meta/FileAPI/file/send-file-form.html.ini new file mode 100644 index 0000000000..f9ad4acaf0 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-form.html.ini @@ -0,0 +1,3 @@ +[send-file-form.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-formdata-controls.any.js.ini b/testing/web-platform/meta/FileAPI/file/send-file-formdata-controls.any.js.ini new file mode 100644 index 0000000000..26ab928e97 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-formdata-controls.any.js.ini @@ -0,0 +1,7 @@ +[send-file-formdata-controls.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[send-file-formdata-controls.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-formdata-punctuation.any.js.ini b/testing/web-platform/meta/FileAPI/file/send-file-formdata-punctuation.any.js.ini new file mode 100644 index 0000000000..134478475c --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-formdata-punctuation.any.js.ini @@ -0,0 +1,7 @@ +[send-file-formdata-punctuation.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[send-file-formdata-punctuation.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-formdata-utf-8.any.js.ini b/testing/web-platform/meta/FileAPI/file/send-file-formdata-utf-8.any.js.ini new file mode 100644 index 0000000000..1d693ff588 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-formdata-utf-8.any.js.ini @@ -0,0 +1,7 @@ +[send-file-formdata-utf-8.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[send-file-formdata-utf-8.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/file/send-file-formdata.any.js.ini b/testing/web-platform/meta/FileAPI/file/send-file-formdata.any.js.ini new file mode 100644 index 0000000000..45b6c7bb2d --- /dev/null +++ b/testing/web-platform/meta/FileAPI/file/send-file-formdata.any.js.ini @@ -0,0 +1,7 @@ +[send-file-formdata.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[send-file-formdata.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/FileAPI/filelist-section/__dir__.ini b/testing/web-platform/meta/FileAPI/filelist-section/__dir__.ini new file mode 100644 index 0000000000..67faf97f6e --- /dev/null +++ b/testing/web-platform/meta/FileAPI/filelist-section/__dir__.ini @@ -0,0 +1 @@ +lsan-allowed: [MakeUnique, Realloc, XPCNativeInterface::NewInstance, XPCNativeSet::NewInstance, XPCNativeSet::NewInstanceMutate, XPCWrappedNative::GetNewOrUsed, XPCWrappedNativeProto::GetNewOrUsed, mozilla::dom::WebExtensionInit::Init, mozilla::extensions::MatchPatternCore::MatchPatternCore, mozilla::extensions::MatchPatternSet::Constructor, mozilla::extensions::MatchPatternSet::GetPatterns, mozilla::extensions::ParseGlobs, mozilla::extensions::PermittedSchemes, mozilla::extensions::WebExtensionPolicy::Constructor, mozilla::extensions::WebExtensionPolicy::WebExtensionPolicy, mozilla::extensions::WebExtensionPolicyCore::WebExtensionPolicyCore, nsDynamicAtom::Create, nsJARURI::Mutator::SetSpecBaseCharset] |