mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1084066 - plugins and extensions moved to wrong directory by mozharness - correct in-tree config. r=ted
This commit is contained in:
parent
26b6bf3865
commit
1f4eee14d6
@ -9,7 +9,6 @@ config = {
|
||||
"--symbols-path=%(symbols_path)s",
|
||||
"--xre-path=%(abs_app_dir)s"
|
||||
],
|
||||
"mac_res_subdir": "MacOS",
|
||||
"run_filename": "runcppunittests.py",
|
||||
"testsdir": "cppunittests"
|
||||
},
|
||||
@ -21,7 +20,6 @@ config = {
|
||||
"--tinderbox",
|
||||
"--tbpl"
|
||||
],
|
||||
"mac_res_subdir": "MacOS",
|
||||
"run_filename": "jit_test.py",
|
||||
"testsdir": "jit-test/jit-test"
|
||||
},
|
||||
@ -38,7 +36,6 @@ config = {
|
||||
"--quiet",
|
||||
"--log-raw=%(raw_log_file)s"
|
||||
],
|
||||
"mac_res_subdir": "MacOS",
|
||||
"run_filename": "runtests.py",
|
||||
"testsdir": "mochitest"
|
||||
},
|
||||
@ -47,7 +44,6 @@ config = {
|
||||
"-b",
|
||||
"%(binary_path)s"
|
||||
],
|
||||
"mac_res_subdir": "MacOS",
|
||||
"run_filename": "test.py",
|
||||
"testsdir": "mozbase"
|
||||
},
|
||||
@ -58,7 +54,6 @@ config = {
|
||||
"--extra-profile-file=tests/bin/plugins",
|
||||
"--symbols-path=%(symbols_path)s"
|
||||
],
|
||||
"mac_res_subdir": "MacOS",
|
||||
"run_filename": "runreftest.py",
|
||||
"testsdir": "reftest"
|
||||
},
|
||||
@ -75,7 +70,6 @@ config = {
|
||||
"--testing-modules-dir=tests/modules",
|
||||
"--quiet"
|
||||
],
|
||||
"mac_res_subdir": "MacOS",
|
||||
"run_filename": "runtests.py",
|
||||
"testsdir": "mochitest"
|
||||
},
|
||||
@ -85,9 +79,9 @@ config = {
|
||||
"--test-plugin-path=%(test_plugin_path)s",
|
||||
"--log-raw=%(raw_log_file)s"
|
||||
],
|
||||
"mac_res_subdir": "MacOS",
|
||||
"run_filename": "runxpcshelltests.py",
|
||||
"testsdir": "xpcshell"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mac_res_subdir": "MacOS"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user