Lines Matching defs:_expectations
1270 _expectations = {
1574 _expectations['freebsd5'] = _expectations['freebsd4']
1575 _expectations['freebsd6'] = _expectations['freebsd4']
1576 _expectations['freebsd7'] = _expectations['freebsd4']
1577 _expectations['freebsd8'] = _expectations['freebsd4']
1585 if sys.platform in _expectations:
1586 s = _expectations[sys.platform]