1From 1a58448e215c0097ddc2cf0a291f0b4cd0bc3ffe Mon Sep 17 00:00:00 2001 2From: Mike Hommey <mh@glandium.org> 3Date: Thu, 9 Jun 2016 14:45:44 +0900 4Subject: [PATCH] Don't build image/ gtests 5 6Building them causes an ICE with GCC 4.7. As they are not part of what 7is shipped, and not currently run either, just skip building them. 8 9--- 10 image/moz.build | 2 -- 11 1 file changed, 2 deletions(-) 12 13diff --git a/image/moz.build b/image/moz.build 14index 6902f167cf..0a40d043a5 100644 15--- a/image/moz.build 16+++ b/image/moz.build 17@@ -5,8 +5,6 @@ 18 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 19 20 DIRS += ['build', 'decoders', 'encoders'] 21-if CONFIG['ENABLE_TESTS']: 22- DIRS += ['test/gtest'] 23 24 if CONFIG['FUZZING_INTERFACES']: 25 DIRS += ['test/fuzzing'] 26