gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] /srv/bzr/gnash/trunk r9499: Add a group of tests for


From: strk
Subject: Re: [Gnash-commit] /srv/bzr/gnash/trunk r9499: Add a group of tests for depth limits. Do depth checking on
Date: Sat, 19 Jul 2008 00:21:18 +0200

On Fri, Jul 18, 2008 at 03:41:31PM +0200, Benjamin Wolsey wrote:
oMovieClip.as:
> @@ -1594,6 +1594,42 @@
>       dataLoadInterval = setInterval(onDataCheck, 1000);
>  #endif
>  
> +/// Depth tests.
> +
> +createEmptyMovieClip("d1", -200000000);
> +#if OUTPUT_VERSION > 5
> +check_equals(d1.getDepth(), -200000000);
> +#else
> +xcheck_equals(d1.getDepth(), -200000000);
> +#endif

The xchecks from here on also fail with the proprietary
player, because 'createEmptyMovieClip' didn't exist
up to SWF5. Was introduced in SWF6 togheter with
the drawing api.

Log from debugging player:

Warning: createEmptyMovieClip is not a function
Warning: Reference to undeclared variable, 'd1'
Warning: Reference to undeclared variable, 'd1'
XFAILED: expected: -200000000 obtained:  
[/home/strk/src/gnash/gnash-head/testsuite/actionscript.all/MovieClip.as:1603]
Warning: createEmptyMovieClip is not a function
Warning: Reference to undeclared variable, 'd2'
Warning: Reference to undeclared variable, 'd2'
XFAILED: expected: 1 obtained:  
[/home/strk/src/gnash/gnash-head/testsuite/actionscript.all/MovieClip.as:1610]
Warning: createEmptyMovieClip is not a function
Warning: Reference to undeclared variable, 'd3'
Warning: Reference to undeclared variable, 'd3'
XFAILED: expected: -1 obtained:  
[/home/strk/src/gnash/gnash-head/testsuite/actionscript.all/MovieClip.as:1617]
Warning: createEmptyMovieClip is not a function
Warning: Reference to undeclared variable, 'd4'
Warning: Reference to undeclared variable, 'd4'
XFAILED: expected: -2147483648 obtained:  
[/home/strk/src/gnash/gnash-head/testsuite/actionscript.all/MovieClip.as:1624]
Warning: createEmptyMovieClip is not a function
Warning: Reference to undeclared variable, 'd5'
Warning: Reference to undeclared variable, 'd5'
XFAILED: expected: 2040109465 obtained:  
[/home/strk/src/gnash/gnash-head/testsuite/actionscript.all/MovieClip.as:1631]

--strk(Hurra for commit mails !!);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]