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

Regression tests do not support Java #4

Open
mzattera opened this issue Jan 1, 2021 · 0 comments
Open

Regression tests do not support Java #4

mzattera opened this issue Jan 1, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@mzattera
Copy link
Owner

mzattera commented Jan 1, 2021

TestRunner-java encounters the below error when running Java tests. This feature is therefore disabled.

D:\Users\mzatt\Projects\Git - FuckBench\examples\compiled>fb_run_tests -e -f -l -v
Running tests in D:\Users\mzatt\Projects\Git - FuckBench\test...
HelloWorld.java:
D:\Users\mzatt\Projects\Git - FuckBench>javac -source 1.8 -target 1.8 -bootclasspath "D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\lib\classes.jar" -classpath ".;" "D:\Users\mzatt\Projects\Git - FuckBench\test\java\HelloWorld".java

D:\Users\mzatt\Projects\Git - FuckBench>java -classpath ".;;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\redistr\lib\bcel-5.1.jar;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\redistr\lib\commons-cli-1.0.jar;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\lib\jtools.jar;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\lib\classes.jar" js.tinyvm.TinyVM --writeorder LE --classpath ".;;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\redistr\lib\bcel-5.1.jar;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\redistr\lib\commons-cli-1.0.jar;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\lib\jtools.jar;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\lib\classes.jar" -o java_code.h "HelloWorld"

Class HelloWorld (file HelloWorld.class) not found in CLASSPATH .;;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\redistr\lib\bcel-5.1.jar;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\redistr\lib\commons-cli-1.0.jar;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\lib\jtools.jar;D:\Users\mzatt\Projects\Git - FuckBench\bin\..\redistr\b2fJ\lib\classes.jar
@mzattera mzattera added the bug Something isn't working label Jan 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant