Closed
Bug 535100
Opened 16 years ago
Closed 16 years ago
Test harness unable to catch catastrophic errors
Categories
(Tamarin Graveyard :: Build Config, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
flash10.1
People
(Reporter: lhansen, Assigned: cpeyer)
Details
Attachments
(1 file)
|
4.33 KB,
patch
|
Details | Diff | Splinter Review |
The test harness is unable to catch bus errors, leading to situations where virtually all tests fail but the test suite run is judged a success.
To reproduce:
- check out TR 3329:d7162814f1f5
- apply the patch (attachment #417700 [details] [diff] [review]) from bug #528977
- build a DD build using Xcode
- run the test harness on all tests in test/acceptance
Observed result:
test run PASSED!
Tests complete at 2009-12-16 10:48:40.386523
Start Date: 2009-12-16 10:48:24.710717
End Date : 2009-12-16 10:48:40.386523
Test Time : 0:00:15.675806
passes : 1
failures : 0
tests skipped : 7
Expected result:
The test run should fail; all tests crash with bus errors due to a bug in that patch.
| Reporter | ||
Comment 1•16 years ago
|
||
Comment 2•16 years ago
|
||
AFAICT it also fails to realise that assertion failures are bad.
| Reporter | ||
Comment 3•16 years ago
|
||
(In reply to comment #2)
> AFAICT it also fails to realise that assertion failures are bad.
If so that's a major regression; it's been able to recognize those in the past.
| Reporter | ||
Comment 4•16 years ago
|
||
Same as bug #539460, but a little more info here.
Priority: -- → P1
Target Milestone: --- → flash10.1
| Reporter | ||
Comment 5•16 years ago
|
||
Escalating.
Updated•16 years ago
|
Assignee: nobody → cpeyer
Status: NEW → ASSIGNED
Flags: flashplayer-qrb+
Comment 6•16 years ago
|
||
status?
| Assignee | ||
Comment 7•16 years ago
|
||
Fixed with Bug 544997. Verified that Bug 544997 patch fixes the issue when applying patch for this bug:
executing: /Users/cpeyer/asc/shell as3/DescribeType/describeType.abc
1 running as3/DescribeType/describeType.as
unexpected exit code expected:0 actual:-10 Signal Name: SIGBUS FAILED!
captured output:
FAILED passes:0 fails:1 unexpected passes: 0 expected failures: 0
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•