mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
1fb2cb6088
This bug will make jar:http:// no longer eligible for the memory-mapping optimization tested in these test cases, so this patch changes them to use local files, which is the case that that optimization is meant for. Specifically, it changes them to chrome tests and pre-resolves the chrome: URL of the jar file so that nsJARChannel recognizes it as a local file. Note that the bug 945152 test jar file remains in the file list for plain mochitests as well as being added to chrome.ini; there is a test in another directory that uses it, and a later patch in this series will add another.
28 lines
670 B
INI
28 lines
670 B
INI
[DEFAULT]
|
|
support-files =
|
|
file_url.jsm
|
|
file_empty.html
|
|
file_bug945152.jar
|
|
file_bug945152_worker.js
|
|
file_bug1008126_worker.js
|
|
|
|
[test_anonymousContent_xul_window.xul]
|
|
[test_bug715041.xul]
|
|
[test_bug715041_removal.xul]
|
|
[test_domrequesthelper.xul]
|
|
[test_url.xul]
|
|
[test_console.xul]
|
|
[test_messageChannel.xul]
|
|
[test_navigator_resolve_identity_xrays.xul]
|
|
[test_sendQueryContentAndSelectionSetEvent.html]
|
|
[test_bug1016960.html]
|
|
[test_bug357450.js]
|
|
[test_copypaste.xul]
|
|
[test_messagemanager_principal.html]
|
|
[test_messagemanager_send_principal.html]
|
|
skip-if = buildapp == 'mulet'
|
|
[test_bug945152.html]
|
|
run-if = os == 'linux'
|
|
[test_bug1008126.html]
|
|
run-if = os == 'linux'
|