Commit 3beb6d11 authored by Kevin Modzelewski's avatar Kevin Modzelewski

These are working now

parent 3fdafd90
# expected: fail
import os
import unittest
import shelve
......
# expected: fail
import unittest
from test import test_support
......
# expected: reffail
import os, sys
sys.path.append(os.path.dirname(__file__) + "/../lib")
......
# expected: reffail
import os
import sys
import subprocess
......
# expected: fail
# - __del__ not supported
# probably need to have some gc collections going on as well
# Classes should be freed right away
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment