[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bison 3.5 - y.tab.c generates compiler warnings
From: |
Andy Fiddaman |
Subject: |
Re: Bison 3.5 - y.tab.c generates compiler warnings |
Date: |
Fri, 3 Jan 2020 13:13:20 +0000 (UTC) |
On Wed, 1 Jan 2020, Akim Demaille wrote:
; Hi Andy,
;
; > Le 31 d?c. 2019 ? 23:15, Andy Fiddaman <address@hidden> a ?crit :
; >
; > The test suite results for 3.5 are archived here:
; >
; >
https://github.com/omniosorg/omnios-build/blob/master/build/bison/testsuite.log
;
; Great!
;
; I see that some tests were skipped
(https://github.com/omniosorg/omnios-build/blob/90e33b51be5c25c08a68696a29f0e2cb0b344786/build/bison/testsuite.log#L600).
I would be very interested in reading the corresponding log file
(tests/testsuite.dir/485/testsuite.log).
It was just being skipped because there was no 'ruby' on the build system.
I've raised a PR (against OmniOS) to fix that and tests 483-489 now pass.
https://github.com/omniosorg/omnios-build/pull/1698
Amdy