Author: Remi Meier <[email protected]>
Branch: nogil-unsafe-2
Changeset: r90759:2f39a22e1310
Date: 2017-03-20 14:20 +0100
http://bitbucket.org/pypy/pypy/changeset/2f39a22e1310/
Log: make test pass by fixing expected output
diff --git a/rpython/translator/c/test/test_standalone.py
b/rpython/translator/c/test/test_standalone.py
--- a/rpython/translator/c/test/test_standalone.py
+++ b/rpython/translator/c/test/test_standalone.py
@@ -1490,11 +1490,12 @@
t, cbuilder = self.compile(entry_point, no__thread=no__thread)
data = cbuilder.cmdexec('5')
assert data.splitlines() == ['hello world',
- '1 ok',
- '2 ok',
- '3 ok',
- '4 ok',
- '5 ok']
+ 'counter=5',
+ 'counter=4',
+ 'counter=3',
+ 'counter=2',
+ 'counter=1',
+ 'all threads done']
if SUPPORT__THREAD:
runme(no__thread=False)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit