On понеделник, 14 декември 2020 г. 20:53:36 EET Dimitar Dimitrov wrote:
> On петък, 11 декември 2020 г. 19:00:35 EET abebeos wrote:
> > After "digesting" a bit more your review, I need to thank you for opening
> > my eyes re "cherrypick" suggestion and... the missing g++ summaries. I
> > need
> > to update my setup to provide the g++ test-deltas, too. Note that in my
> > test-setup, more c++ tests pass than in yours, not exactly sure why. It's
> > in the "unresovled testcases".
>
> Regarding the additional "unresolved testcases" in my results. I traced it
> to a bug in my setup. I did not prepare $HOME/.dejagnurc properly for AVR.
> I'll rerun the tests and post the results.
>
> I'm using stock avr-libc, while I see you are using the avr-libc3 fork.
> Hopefully the main differences are in HW support, not core libc.
>
> Regards,
> Dimitar
Here are the tests results with my environment fixes. Outcome is the same -
saaadhu has no regressions.
=================================================
baseline beb9afcaf1466996a301c778596c5df209e7913c
=== gcc Summary ===
# of expected passes 105527
# of unexpected failures 584
# of unexpected successes 16
# of expected failures 582
# of untested testcases 2
# of unresolved testcases 33
# of unsupported tests 5031
=== g++ Summary ===
# of expected passes 146432
# of unexpected failures 8012
# of unexpected successes 21
# of expected failures 624
# of untested testcases 10
# of unresolved testcases 3174
# of unsupported tests 11112
=================================================
pipcet/avr-ccmode
=== gcc Summary ===
# of expected passes 105431
# of unexpected failures 709
# of unexpected successes 16
# of expected failures 582
# of untested testcases 2
# of unresolved testcases 69
# of unsupported tests 5032
=== g++ Summary ===
# of expected passes 146229
# of unexpected failures 8291
# of unexpected successes 21
# of expected failures 624
# of untested testcases 10
# of unresolved testcases 3236
# of unsupported tests 11112
=================================================
saadhu/avr-cc0
=== gcc Summary ===
# of expected passes 105527
# of unexpected failures 584
# of unexpected successes 16
# of expected failures 582
# of untested testcases 2
# of unresolved testcases 33
# of unsupported tests 5031
=== g++ Summary ===
# of expected passes 146432
# of unexpected failures 8012
# of unexpected successes 21
# of expected failures 624
# of untested testcases 10
# of unresolved testcases 3174
# of unsupported tests 11112
Regards,
Dimitar