зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1332844: alias "Ubuntu" to test platform linux32, rather than linux; r=gbrown
MozReview-Commit-ID: GjY9tF5TxjL --HG-- extra : rebase_source : d0acc5ecbbd727c9e8a902497255308aaaf471d0
This commit is contained in:
Родитель
5aa36ec1f7
Коммит
e8ffda5e81
|
@ -124,7 +124,7 @@ UNITTEST_ALIASES = {
|
||||||
# substrings. This is intended only for backward-compatibility. New test
|
# substrings. This is intended only for backward-compatibility. New test
|
||||||
# platforms should have their `test_platform` spelled out fully in try syntax.
|
# platforms should have their `test_platform` spelled out fully in try syntax.
|
||||||
UNITTEST_PLATFORM_PRETTY_NAMES = {
|
UNITTEST_PLATFORM_PRETTY_NAMES = {
|
||||||
'Ubuntu': ['linux', 'linux64', 'linux64-asan'],
|
'Ubuntu': ['linux32', 'linux64', 'linux64-asan'],
|
||||||
'x64': ['linux64', 'linux64-asan'],
|
'x64': ['linux64', 'linux64-asan'],
|
||||||
'Android 4.3': ['android-4.3-arm7-api-15'],
|
'Android 4.3': ['android-4.3-arm7-api-15'],
|
||||||
# other commonly-used substrings for platforms not yet supported with
|
# other commonly-used substrings for platforms not yet supported with
|
||||||
|
|
Загрузка…
Ссылка в новой задаче