bugGnash - The GNU Flash player - Bugs: bug #17966, AMD64 build fails test case...

 
 

bug #17966: AMD64 build fails test case array.swf

Submitter:  None
Submitted:  Wed 11 Oct 2006 02:40:15 AM UTC
   
 
Category:  None Severity:  3 - Normal
Release:  None Status:  Fixed
Privacy:  Public Assigned to:  strk
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 12 Oct 2006 12:20:16 AM UTC, comment #3: 

I (orig submitter) checked out the current CVS and it seems to pass the array.swf test now.  You guys are really quick!

Anonymous
Wed 11 Oct 2006 10:21:38 PM UTC, comment #2: 

there is no segfault in array.as (and no error either),
on x86.

Patrice Dumas <pertusus>
Wed 11 Oct 2006 02:03:59 PM UTC, comment #1: 

Should be fixed now, please test

Sandro Santilli <strk>
Group Member
Wed 11 Oct 2006 02:40:15 AM UTC, original submission:  

jcoyne@tyr:~/Desktop/gnash-0.7.1/testsuite/actionscript.all$ gprocessor -v array.swf
21:36:10: Verbose output turned on
21:36:11: PASSED: a != undefined [../../../../gnash/testsuite/actionscript.all/array.as:16]
21:36:11: PASSED: typeof(a) == "object" [../../../../gnash/testsuite/actionscript.all/array.as:17]
21:36:11: PASSED: a != b [../../../../gnash/testsuite/actionscript.all/array.as:20]
21:36:11: PASSED: a.length == 3 [../../../../gnash/testsuite/actionscript.all/array.as:22]
21:36:11: PASSED: a[2] == 12 [../../../../gnash/testsuite/actionscript.all/array.as:23]
21:36:11: PASSED: popped == 12 [../../../../gnash/testsuite/actionscript.all/array.as:25]
21:36:11: PASSED: a[2] == undefined [../../../../gnash/testsuite/actionscript.all/array.as:26]
21:36:11: PASSED: a[1] == "asdf" [../../../../gnash/testsuite/actionscript.all/array.as:27]
21:36:11: PASSED: a[1] == 551 [../../../../gnash/testsuite/actionscript.all/array.as:29]
21:36:11: PASSED: a[0] == 200 [../../../../gnash/testsuite/actionscript.all/array.as:31]
21:36:11: PASSED: a.tostring() == "200,551" [../../../../gnash/testsuite/actionscript.all/array.as:32]
21:36:11: PASSED: a.length == 5 [../../../../gnash/testsuite/actionscript.all/array.as:34]
21:36:11: PASSED: a[100] == undefined [../../../../gnash/testsuite/actionscript.all/array.as:35]
21:36:11: PASSED: a[5] == undefined [../../../../gnash/testsuite/actionscript.all/array.as:36]
21:36:11: PASSED: a[4] == 9 [../../../../gnash/testsuite/actionscript.all/array.as:37]
21:36:11: PASSED: a.join() == "200,551,7,8,9" [../../../../gnash/testsuite/actionscript.all/array.as:38]
21:36:11: PASSED: a.join() == "9,8,7,551,200" [../../../../gnash/testsuite/actionscript.all/array.as:40]
21:36:11: PASSED: a.join("test") == "9test8test7test551test200" [../../../../gnash/testsuite/actionscript.all/array.as:41]
21:36:11: PASSED: Array.CASEINSENSITIVE == 1 [../../../../gnash/testsuite/actionscript.all/array.as:44]
21:36:11: PASSED: Array.DESCENDING == 2 [../../../../gnash/testsuite/actionscript.all/array.as:45]
21:36:11: PASSED: Array.UNIQUESORT == 4 [../../../../gnash/testsuite/actionscript.all/array.as:46]
21:36:11: PASSED: Array.RETURNINDEXEDARRAY == 8 [../../../../gnash/testsuite/actionscript.all/array.as:47]
21:36:11: PASSED: Array.NUMERIC == 16 [../../../../gnash/testsuite/actionscript.all/array.as:48]
21:36:11: FAILED: expected: "200,551,7,8,9" obtained: 9,8,7,551,200 [../../../../gnash/testsuite/actionscript.all/array.as:52] - SWF6 - Gnash-0.7.1
21:36:11: FAILED: expected: "7,7,7,7,7,8,8,8,9,200,200,200,200,551,551" obtained: 9,8,7,551,200,200,7,200,7,200,8,8,551,7,7 [../../../../gnash/testsuite/actionscript.all/array.as:55] - SWF6 - Gnash-0.7.1
21:36:11: FAILED: expected: "551,200,9,8,7" obtained: 9,8,7,551,200,200,7,200,7,200,8,8,551,7,7 [../../../../gnash/testsuite/actionscript.all/array.as:57] - SWF6 - Gnash-0.7.1
Segmentation fault

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-10-12 strk StatusReady For Test Fixed
    Open/ClosedOpen Closed
2006-10-11 strk StatusNone Ready For Test
    Assigned toNone strk

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code