Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] LRParser test failures

Again, some LR and XLC tests have been failing, some for 140 builds. Can someone that a look? Thanks!

Marc-Andre

On 1/24/2011 4:27 PM, John S Liu wrote:

I will look into this problem with this bugzilla, https://bugs.eclipse.org/bugs/show_bug.cgi?id=335250



Thanks,

John

----------------------------------------------------------------------
John Liu, Software Developer - RDp C/C++, Eclipse CDT/RDT

IBM Canada Ltd.
8200 Warden Ave. Markham, Ontario, L6G 1C7
Internal mail: D3/201/8200 /MKM (D2-337)
Tel: (905) 413 2132


Inactive hide details for Chris Recoskie---01/24/2011
          10:44:23 AM---John will have a look. Thanks for letting us
          know.Chris Recoskie---01/24/2011 10:44:23 AM---John will have a look. Thanks for letting us know.


From:

Chris Recoskie/Toronto/IBM@IBMCA

To:

"CDT General developers list." <cdt-dev@xxxxxxxxxxx>

Date:

01/24/2011 10:44 AM

Subject:

Re: [cdt-dev] LRParser test failures

Sent by:

cdt-dev-bounces@xxxxxxxxxxx





John will have a look. Thanks for letting us know.

The fact that the LR parser tests inherit from the GNU parser tests is both a blessing and a curse. When new tests are added for cases that the existing parser logic ought to cover, we get those tests automatically. Unfortunately, when new features are added such as C++0x support, we get those tests automatically too, and they fail because we don't have the new features in the LR parser.

This is compounded by the fact that hudson only emails build results to people who recently made checkins. Since the changes that started the failures were made elsewhere, none of us got an email. So, it's not a matter of the parsers not getting any love... it's that we just didn't know there was a problem.

===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto

Inactive hide details for James Blackburn ---01/22/2011
        06:50:12 AM---Hi All, We've had LRParser tests failing for more
        than 10James Blackburn ---01/22/2011 06:50:12 AM---Hi All, We've had LRParser tests failing for more than 100 builds:

From:

James Blackburn <jamesblackburn@xxxxxxxxx>

To:

"CDT General developers list." <cdt-dev@xxxxxxxxxxx>

Date:

01/22/2011 06:50 AM

Subject:

[cdt-dev] LRParser test failures

Sent by:

cdt-dev-bounces@xxxxxxxxxxx




Hi All,

We've had LRParser tests failing for more than 100 builds:

https://hudson.eclipse.org/hudson/job/cdt-nightly/lastCompletedBuild/testReport/

There are 59 failures, and the volume drowns out any real sporadic
failures that might be occurring.  It looks like the lrparser isn't
get much love at the moment, is anyone planning on fixing the tests
before the summer?  If not we should disable the tests...

Cheers,
James
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Back to the top