From 07c8059549d2657744bbdc076215d5eada6113a2 Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Mon, 9 Sep 2019 14:23:55 +0200 Subject: [PATCH] Bug 1579833 - add pretty platform names for mingw tests --- ui/helpers/constants.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/helpers/constants.js b/ui/helpers/constants.js index 489b92edce4..840cf8f0c83 100644 --- a/ui/helpers/constants.js +++ b/ui/helpers/constants.js @@ -59,6 +59,7 @@ export const thPlatformMap = { 'windows7-32-devedition': 'Windows 7 DevEdition', 'windows7-32-nightly': 'Windows 7 VM Nightly', 'windows7-32-shippable': 'Windows 7 Shippable', + 'windows7-32-mingwclang': 'Windows 7 MinGW', 'windows10-64': 'Windows 10 x64', 'windows10-64-ccov': 'Windows 10 x64 CCov', 'windows10-64-devedition': 'Windows 10 x64 DevEdition', @@ -68,6 +69,7 @@ export const thPlatformMap = { 'windows10-64-shippable-qr': 'Windows 10 x64 QuantumRender Shippable', 'windows10-64-qr': 'Windows 10 x64 QuantumRender', 'windows10-64-ref-hw-2017': 'Windows 10 x64 2017 Ref HW', + 'windows10-64-mingwclang': 'Windows 10 x64 MinGW', 'windows10-aarch64': 'Windows 10 AArch64', 'windows2012-32': 'Windows 2012', 'windows2012-32-shippable': 'Windows 2012 shippable',