Bug 1253410 - Enable ASAN builds/tests on ESR45. r=rail
authorRyan VanderMeulen <ryanvm@gmail.com>
Thu, 03 Mar 2016 23:25:24 -0500 (2016-03-04)
changeset 13899 e254fe53e290e861599db9f4d7729791468eda4a
parent 13898 9a94815dc367735e5b59d8b65c70465b3716adff
child 13900 f0acc92415449f0c967303733e6253bfcefe67e9
push id9760
push userryanvm@gmail.com
push dateFri, 04 Mar 2016 15:41:32 +0000 (2016-03-04)
reviewersrail
bugs1253410
Bug 1253410 - Enable ASAN builds/tests on ESR45. r=rail
mozilla-tests/config.py
mozilla/config.py
--- a/mozilla-tests/config.py
+++ b/mozilla-tests/config.py
@@ -48,16 +48,17 @@ BRANCHES = {
     'mozilla-esr45': {
         'gecko_version': 45,
         'platforms': {
             'macosx64': {},
             'win32': {},
             'win64': {},
             'linux': {},
             'linux64': {},
+            'linux64-asan': {},
         },
         'lock_platforms': True,
     },
     'try': {
         'coallesce_jobs': False,
     },
 }
 
--- a/mozilla/config.py
+++ b/mozilla/config.py
@@ -2347,16 +2347,17 @@ BRANCHES = {
         'lock_platforms': True,
         'gecko_version': 45,
         'platforms': {
             'linux': {},
             'linux64': {},
             'macosx64': {},
             'win32': {},
             'win64': {},
+            'linux64-asan': {},
             'linux64-av': {},
             'linux-debug': {},
             'linux64-debug': {},
             'macosx64-debug': {},
             'win32-debug': {},
             'win64-debug': {},
         },
     },