Bug 1296088 - -p all -u all[x64] try syntax no longer triggers Linux asan tests r=aselagea DONTBUILD

This commit is contained in:
Kim Moir 2016-08-25 09:38:02 -04:00
parent 431780afc4
commit 2e15a539b5

View File

@ -105,7 +105,7 @@ UNITTEST_ALIASES = {
# platforms should have their `test_platform` spelled out fully in try syntax.
UNITTEST_PLATFORM_PRETTY_NAMES = {
'Ubuntu': ['linux', 'linux64'],
'x64': ['linux64'],
'x64': ['linux64', 'linux64-asan'],
# other commonly-used substrings for platforms not yet supported with
# in-tree taskgraphs:
# '10.10': [..TODO..],