Home | History | Annotate | Download | only in test

Lines Matching refs:platform

169 import platform
196 if sys.platform == 'darwin':
425 # Print basic platform information
426 print "==", platform.python_implementation(), \
428 print "== ", platform.platform(aliased=True), \
621 plat = sys.platform
1140 # Map sys.platform to a string containing the basenames of tests
1141 # expected to be skipped on that platform.
1151 # Tests that are expected to be skipped everywhere except on one platform
1468 if sys.platform in _expectations:
1469 s = _expectations[sys.platform]
1472 # expected to be skipped on every platform, even Linux
1484 if sys.platform != "darwin":
1494 if sys.platform != "win32":
1503 if sys.platform != 'irix':
1509 if sys.platform != 'sunos5':
1519 "Return true iff _ExpectedSkips knows about the current platform."
1523 """Return set of test names we expect to skip on current platform.