]> granicus.if.org Git - python/commit
Skip the test for sys.stdin.seek(-1) on OSF/1 (Tru64) since it does Bad Things
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 3 Apr 2006 05:27:05 +0000 (05:27 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 3 Apr 2006 05:27:05 +0000 (05:27 +0000)
commit9cdfa4c98cd093d37450e1e6b025fc3aa8d50fe1
treef13af65879be5b21e5f287183276634795d170dc
parent3e1ec3aa22ea152b8485c1d8cd986b6eff68ece8
Skip the test for sys.stdin.seek(-1) on OSF/1 (Tru64) since it does Bad Things
like cause the interpreter to exit abruptly.  If there's a way to fix this,
it would be good to really fix it.  It could just be the operation of the
std C library and we just aren't supposed to do that.

When the test case is skipped, we print a message so the user can check
for themselves.
Lib/test/test_file.py