Closed
Bug 696142
Opened 14 years ago
Closed 7 years ago
several acceptance testcases are timed out when INLINE=1
Categories
(Tamarin Graveyard :: Optimizing JIT, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: trbaker, Unassigned)
References
Details
as3/DescribeType/describeType.abc hangs on macintel-64 and linux x86_64 when inline=1 and profiler=1 in release and debug
It OOMs when inline=1 profiler=0 on all platforms
rev db95f013ae1f1fc0c041bc21c8c78deef91a1a1c
| Reporter | ||
Comment 1•14 years ago
|
||
We added a testtimeout argument to runtests to stop tests that are either "hung" or are taking an unreasonable amount of time to complete, enabling automated testruns to complete and not wedge and create a backlog.
http://asteam.corp.adobe.com/hg/users/edwsmith/halfmoon/rev/35b0e24ef99b
With INLINE=1 and a timeout of 300s the following tests are killed due to them not completing in many platforms:
as3/DescribeType/describeType.as
ecma3/JSON/adhoc.as
ecma3/JSON/Callbacks.as
ecma3/JSON/Invalid.as
Latest test results are now stable, and can be viewed here:
http://tamarin-jenkins.corp.adobe.com/view/Halfmoon/job/halfmoon-test/lastCompletedBuild/testReport/
Tests that have a "duration" > 300 are ones what were killed.
Summary: as3/DescribeType/describeType.abc hangs when INLINE=1 PROFILER=1 → several acceptance testcases are timed out when INLINE=1
Comment 2•7 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•