[webkit-dev] layoutTest animations

2009-12-30 Thread Mario Bensi
Hello,

In LayoutTests/animations/ I can find some test using webkit css/animation 3D 
like :

LayoutTests/animations/state-at-end-event-transform.html

In script run-webkit-tests you remove animations/3d if 3D is not activated but 
3d directory not exist in animation.

if i disable 3D on webkit, I mean I can have some errors on this tests.

It's an error ? or the tests don't use 3D  ?

Best Regards
Mario Bensi
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] test scripts

2009-12-30 Thread Sam Weinig
I would prefer we stick with the run prefix.

I am also not sure why we would have separate testing scripts based by
language. I think it would make a lot more sense to base the scripts on what
they were testing as is currently done (run-webkit-tests tests webkit,
run-javascriptcore-tests tests javascriptcore), so a script to bugzilla tool
would be called run-bugzillatool-tests.  If the number of these scripts got
out of hand, we could always add a run-all-tests scripts which ran them all.

-Sam
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] layoutTest animations

2009-12-30 Thread Maciej Stachowiak


On Dec 30, 2009, at 4:27 AM, Mario Bensi wrote:


Hello,

In LayoutTests/animations/ I can find some test using webkit css/ 
animation 3D

like :

LayoutTests/animations/state-at-end-event-transform.html

In script run-webkit-tests you remove animations/3d if 3D is not  
activated but

3d directory not exist in animation.

if i disable 3D on webkit, I mean I can have some errors on this  
tests.


It's an error ? or the tests don't use 3D  ?


I think any tests that depend on 3D animation support should go in  
animations/3d. If you find any that are in the wrong place, please  
post a patch to move them.


Thanks!

 - Maciej

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev