Closed
Bug 476864
Opened 16 years ago
Closed 7 years ago
as3/sampling tests failing intermittently
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: cpeyer, Assigned: dschaffe)
References
Details
Attachments
(1 file, 1 obsolete file)
The following sampling tests are failing intermittently on all platforms:
as3/sampling/Callback.abc
as3/sampling/ProcessSampling.abc
as3/sampling/SimpleSampling.abc
as3/sampling/StartSamplingErrors.abc
Here are two runs from OSX 10.5:
One run:
as3/sampling/Callback.abc : Callback: callback with parameters throws exception = FAILED! expected: ArgumentError: Error #1063
as3/sampling/ProcessSampling.abc : FAILED! expected:
as3/sampling/SimpleSampling.abc : test getSampleCount on simple loop internalAllocs=true = false FAILED! expected: true
as3/sampling/StartSamplingErrors.abc : PauseSamplingTwice: call pauseSamples() twice in a row = false FAILED! expected: true
Another run:
as3/sampling/Callback.abc : Callback: callback with parameters throws exception = FAILED! expected: ArgumentError: Error #1063
as3/sampling/ProcessSampling.abc : FAILED! expected:
as3/sampling/SimpleSampling.abc : test getSampleCount on simple loop internalAllocs=false = false FAILED! expected: true
as3/sampling/SimpleSampling.abc : test getSamples length on simple loop internalAllocs=false = false FAILED! expected: true
as3/sampling/SimpleSampling.abc : test getSampleCount on simple loop internalAllocs=true = false FAILED! expected: true
as3/sampling/StartSamplingErrors.abc : PauseSamplingTwice: call pauseSamples() twice in a row = false FAILED! expected: true
Flags: in-testsuite+
Flags: flashplayer-triage+
Flags: flashplayer-qrb+
Reporter | ||
Comment 1•16 years ago
|
||
Tests disabled in testconfig.
Comment 2•16 years ago
|
||
further commentary: i want to be able to diff the (process status, stdout, stderr) data from successive runs of many vm's, so these tests should not output anything transient. Transient output is things like #of samples, bytes, pages, milliseconds, etc, and could still be output in a performance test, separately from an acceptance test.
Comment 3•16 years ago
|
||
We are still seeing as3/sampling/ProcessSamples fail intermittently. This needs to be investigated and resolved.
as3/sampling/ProcessSampling.abc : GetSizeSamples: test getSize on NewObjectSamples returns a positive value = false FAILED! expected: true
We saw this fail a couple of weeks ago on multiple mac machines and was moved into the "smokes" testing. It just failed on a PPC machine and I was able to reproduce the failure in about 1 in 10 runs of the abc file.
This test is being skipped until this is resolved. Changes to acceptance/testconfig to skip the test were pushed in 2417:a589a53c760e
Flags: flashplayer-qrb+ → flashplayer-qrb?
Updated•16 years ago
|
Priority: -- → P3
Target Milestone: --- → flash10.1
Comment 4•16 years ago
|
||
setting QRB request to "+", bug has been targeted and assigned
Flags: flashplayer-qrb? → flashplayer-qrb+
Assignee | ||
Comment 5•16 years ago
|
||
moving bug to future since it is not required for 10.1 release. I will continue to test and hopefully reenable the tests soon.
Target Milestone: flash10.1 → Future
Assignee | ||
Comment 6•16 years ago
|
||
will test in sandbox and more thoroughly on platforms with histories of failures.
Assignee | ||
Comment 7•16 years ago
|
||
Attachment #408905 -
Attachment is obsolete: true
Comment 8•16 years ago
|
||
Dan any updates on the patch?
Updated•16 years ago
|
Priority: P3 → --
Comment 9•7 years ago
|
||
Tamarin is a dead project now. Mass WONTFIX.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Comment 10•7 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in
before you can comment on or make changes to this bug.
Description
•