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

These are working now

parent 3fdafd90
# expected: fail
import os import os
import unittest import unittest
import shelve import shelve
......
# expected: fail
import unittest import unittest
from test import test_support from test import test_support
......
# expected: reffail
import os, sys import os, sys
sys.path.append(os.path.dirname(__file__) + "/../lib") sys.path.append(os.path.dirname(__file__) + "/../lib")
......
# expected: reffail
import os import os
import sys import sys
import subprocess import subprocess
......
# expected: fail
# - __del__ not supported
# probably need to have some gc collections going on as well # probably need to have some gc collections going on as well
# Classes should be freed right away # 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