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

Partest --show-log not showing compilation errors #6158

Closed
scabug opened this issue Jul 30, 2012 · 3 comments
Closed

Partest --show-log not showing compilation errors #6158

scabug opened this issue Jul 30, 2012 · 3 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Jul 30, 2012

$ cat test/files/run/my-test-that-doesnt-compile.scala
Gimme the compilation erroooorrrrr!!!

$ test/partest --show-log test/files/run/my-test-that-doesnt-compile.scala

Testing individual files
testing: [...]/files/run/my-test-that-doesnt-compile.scala            [FAILED]
1 of 1 tests failed (elapsed time: 00:00:00)

$ cat test/files/run/my-test-that-doesnt-compile-run.log 
my-test-that-doesnt-compile.scala:1: error: expected class or object definition
Gimme the compilation erroooorrrrr!!!
^
one error found

Grrrrr...

@scabug
Copy link
Author

scabug commented Jul 30, 2012

Imported From: https://issues.scala-lang.org/browse/SI-6158?orig=1
Reporter: @VladUreche
Affected Versions: 2.10.0-M6

@scabug
Copy link
Author

scabug commented Aug 14, 2012

@jsuereth said:
Lost something during partest rewrite.

@scabug
Copy link
Author

scabug commented Feb 8, 2013

@retronym said:
scala/scala#2099

@scabug scabug closed this as completed Feb 11, 2013
@scabug scabug added this to the 2.10.2-RC1 milestone Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants