HomeSort by relevance Sort by last modified time
    Searched refs:test_platform (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 297 test_platform = p.communicate()[0].strip()
298 test_platform = test_platform.decode('utf-8')
302 self.assertEqual(my_platform, test_platform)
317 test_platform = p.communicate()[0].strip()
318 test_platform = test_platform.decode('utf-8')
322 self.assertEqual(my_platform, test_platform)
test_platform.py 28 def test_platform(self): member in class:PlatformTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 297 test_platform = p.communicate()[0].strip()
298 test_platform = test_platform.decode('utf-8')
302 self.assertEqual(my_platform, test_platform)
317 test_platform = p.communicate()[0].strip()
318 test_platform = test_platform.decode('utf-8')
322 self.assertEqual(my_platform, test_platform)
test_platform.py 28 def test_platform(self): member in class:PlatformTest

Completed in 60 milliseconds