Closed Bug 785396 Opened 12 years ago Closed 6 years ago

AOT reporting problems, jenkins xml reports failures in wrong testcases

Categories

(Tamarin Graveyard :: Build Config, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: dschaffe, Unassigned)

Details

Attachments

(1 file)

In the AOT reporting system there are cases where compile errors appear in the wrong testcase.  Appearing in the wrong test causes jenkins reports to show failures in the wrong test.  There are a few problems I believe. 

The first problem is when the .xml output shows failures as:
>>> x86-mac-AOT.x86-mac-AOT.foun.found 

The problem is the in the text output the compile error occurs before the test harness printed the test was starting:
632 running misc/unchecked.as   threadid=0 time 2.0
Error: Unable to import generated/intrinsics.abc_, only ABC or AS files may be imported.
1 error found
   FAILED! file did not compile: mops/lf32.abc

The output should show:

632 running misc/unchecked.as   threadid=0 time 2.0
633 running mops/lf32.as threadid=0 time 1.0
Error: Unable to import generated/intrinsics.abc_, only ABC or AS files may be imported.
1 error found
   FAILED! file did not compile: mops/lf32.abc
Attachment #655060 - Flags: review?(trbaker)
changeset: 7533:d8af20a76a67
user:      Dan Schaffer <Dan.Schaffer@adobe.com>
summary:   bug 785396: fix AOT reporting problems, "foun.found appears in xml result and compile errors appear in wrong testcase name (r=trbaker pending)"

http://hg.mozilla.org/tamarin-redux/rev/d8af20a76a67
changeset: 7534:1bda92ad2f0a
user:      Dan Schaffer <Dan.Schaffer@adobe.com>
summary:   bug 785396: fix AOT reporting problems, avoid asc compile errors being reported twice for AOT (r=dschaffe)

http://hg.mozilla.org/tamarin-redux/rev/1bda92ad2f0a
Attachment #655060 - Flags: review?(trbaker) → review+
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: