Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / tools / gyp / test / win / gyptest-link-restat-importlib.py
index 16249cc..76b5c3c 100644 (file)
@@ -11,12 +11,18 @@ to be out of date.
 
 import TestGyp
 
+import os
 import sys
 import time
 
 if sys.platform == 'win32':
   test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
 
+  if not os.environ.get('ProgramFiles(x86)'):
+    # TODO(scottmg)
+    print 'Skipping test on x86, http://crbug.com/365833'
+    test.pass_test()
+
   CHDIR = 'importlib'
   test.run_gyp('importlib.gyp', chdir=CHDIR)
   test.build('importlib.gyp', test.ALL, chdir=CHDIR)