[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Reporting Bug
From: |
Nikki Valen |
Subject: |
Re: Reporting Bug |
Date: |
Tue, 21 Jan 2020 17:25:48 +0700 |
Have set up the directory so there are no spaces, but it still couldn't
detect the Calc class though the Calc class is in the java folder.
=======================================
GNU Bison 3.5.1: ./test-suite.log
=======================================
# TOTAL: 7
# PASS: 6
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: examples/java/Calc
========================
/cygdrive/d/Nikki/Doc/STTS/Asdos/04Wordnet/03/Wordnet/bison/bison-3.5.1
Calc: FAIL: 1 (expected status: 0, effective: 1)
Error: Could not find or load main class Calc
Calc: FAIL: 2 (expected status: 0, effective: 1)
Error: Could not find or load main class Calc
FAIL examples/java/Calc.test (exit status: 1)
[image: image.png]
On Tue, Jan 21, 2020 at 1:46 PM Akim Demaille <address@hidden> wrote:
> Please keep the list in CC.
>
> > Le 21 janv. 2020 à 07:10, Nikki Valen <address@hidden>
> a écrit :
> >
> > Thank you so much for the reply! I think I worked too much to not notice
> the directory wasn’t recognized!
> >
> > Although, I still have 1 Fail saying that it cannot find the Calc class.
>
> There will be more: once this handful of tests passes, there are more than
> 500 to come, some of them failing. Adrian's suggestion (use a directory
> with no spaces in it) is by far the simplest workaround.
>
> > I hope you could help!
>
> What you can do is add 'set -x' somewhere on the top of examples/test,
> and read the generated traces to see if you can spot the error and
> suggest a fix.
>
> Cheers!