blob: 3c2181cb079d7c5c37ad5af569f8ff5411a18675 (
plain)
1
2
3
4
5
|
[accept.py]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
|