Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nondeterministic failure of test_pweave.py #60

Closed
abukaj opened this issue Jun 7, 2017 · 2 comments
Closed

Nondeterministic failure of test_pweave.py #60

abukaj opened this issue Jun 7, 2017 · 2 comments
Labels

Comments

@abukaj
Copy link
Collaborator

abukaj commented Jun 7, 2017

Regression test of weaving tests/weave/tex/term_test.texw sometimes fails and sometimes passes.

Examplary output:

\begin{verbatim}
for i in range(3):
    print(i)
\end{verbatim}
\begin{verbatim}
0
\end{verbatim}
\begin{verbatim}
1
2
\end{verbatim}

instead of simpler

\begin{verbatim}
for i in range(3):
    print(i)
\end{verbatim}
\begin{verbatim}
0
1
2
\end{verbatim}
@abukaj abukaj added the bug label Jun 7, 2017
@abukaj
Copy link
Collaborator Author

abukaj commented Jun 7, 2017

Created a new branch for the issue; it may be reproduced with tests/test_nondeterministicFail.py (a5e2428)

@abukaj
Copy link
Collaborator Author

abukaj commented Jun 16, 2017

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant