-
Notifications
You must be signed in to change notification settings - Fork 51
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
V3.0.2: serial message for each test is "skipped" #86
Comments
can you post hardware versions software versions, code, and output? |
Software:
Hardware:
For the example sketch "basic.ino" the output is:
`#line 2 "basic.ino" test(incorrect) void setup() void loop() |
I cannot reproduce this. I built on a Mega 2560 & Uno R3 on Arduino 1.8.5 (OS X) and got the expected output:
Could you try reinstalling the library, trying another board, and/or reinstalling the arduino IDE? It's pretty surprising that your result is so different, but I don't know how to help. |
I think I can give you a hint now. Please check your "Arduino AVR Boards" Version in the board manager. On my system (Windows with Arduino 1.8.1, Nano old boot loader & UnoR3):
I hope this will help you... |
Checked it also on Linux and OSX with Arduino 1.8.8 and 1.8.5. Always the same result ... |
Ok found a hint: arduino/ArduinoCore-avr#7 1.6.21 was the last version created from the IDE repo, and also the last one to require |
I tested arduinounit version 2.2.0:
Messages are ok.
Same program with arduinounit version 3.0.2:
Messages always say test skipped for each test. Test-summary is correct though.
The text was updated successfully, but these errors were encountered: