gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/avm2 r9739: add errors test cases and Make


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/avm2 r9739: add errors test cases and Makefile fragment.
Date: Fri, 15 May 2009 19:41:34 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 9739
committer: address@hidden
branch nick: avm2
timestamp: Fri 2009-05-15 19:41:34 -0600
message:
  add errors test cases and Makefile fragment.
modified:
  testsuite/as3/classes.all/Makefile.am
  testsuite/as3/classes.all/errors/errors.am
=== modified file 'testsuite/as3/classes.all/Makefile.am'
--- a/testsuite/as3/classes.all/Makefile.am     2009-05-16 00:08:10 +0000
+++ b/testsuite/as3/classes.all/Makefile.am     2009-05-16 01:41:34 +0000
@@ -47,7 +47,7 @@
 # include $(srcdir)/desktop/desktop.am
 
 include $(srcdir)/display/display.am
-# include $(srcdir)/errors/errors.am
+include $(srcdir)/errors/errors.am
 # include $(srcdir)/events/events.am
 include $(srcdir)/external/external.am
 # include $(srcdir)/filesystem/filesystem.am
@@ -59,6 +59,7 @@
 include $(srcdir)/net/net.am
 include $(srcdir)/printing/printing.am
 # include $(srcdir)/sampler/sampler.am
+# HAXE doesn't appear to support the Security classes
 # include $(srcdir)/security/security.am
 include $(srcdir)/system/system.am
 # include $(srcdir)/text/text.am

=== modified file 'testsuite/as3/classes.all/errors/errors.am'
--- a/testsuite/as3/classes.all/errors/errors.am        2009-05-15 23:28:45 
+0000
+++ b/testsuite/as3/classes.all/errors/errors.am        2009-05-16 01:41:34 
+0000
@@ -39,13 +39,14 @@
 ERRORS_TESTS += errors/MemoryError_as3.swf
 endif
 
-if BUILD_SQLERROROPERATION_AS3
-ERRORS_TESTS += errors/SQLErrorOperation_as3.swf
-endif
+# AIR only
+# if BUILD_SQLERROROPERATION_AS3
+# ERRORS_TESTS += errors/SQLErrorOperation_as3.swf
+# endif
 
-if BUILD_SQLERROR_AS3
-ERRORS_TESTS += errors/SQLError_as3.swf
-endif
+# if BUILD_SQLERROR_AS3
+# ERRORS_TESTS += errors/SQLError_as3.swf
+# endif
 
 if BUILD_SCRIPTTIMEOUTERROR_AS3
 ERRORS_TESTS += errors/ScriptTimeoutError_as3.swf


reply via email to

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