aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-01-17 17:04:45 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-01-17 17:04:45 -0800
commit7d32caf36cf2f29c6be4bae21db656ed95031a6d (patch)
treecc85c7cab3cc83054bade777bd8d24ebd7c2e7d5 /tests/runner.py
parente9539c95b7f4ec8f9bd3a0e2def05c357268e737 (diff)
get test_iostream almost to working state
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 6db5aaf3..b526784b 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -3858,7 +3858,7 @@ def process(filename):
'''
self.do_run(src, 'hello world\n77.\n',
- additional_files=map(lambda f: path_from_root('system', 'lib', 'libcxx', f+'.cpp'), ['ios', 'iostream', 'locale'])) # XXX temporary
+ additional_files=map(lambda f: path_from_root('system', 'lib', 'libcxx', f+'.cpp'), ['ios', 'iostream', 'locale', 'string', 'mutex', 'future', 'memory', 'stdexcept', 'system_error'])) # XXX temporary
def test_stdvec(self):
src = '''