Some more tests (minor)
[gnash.git] / testsuite / gnashrc.in
blobfda7e29358a4d00ef86ead96cf6aff39f277d67f
1 # Allow load of resources in the MEDIA dir
2 append localSandboxPath @@MEDIADIR@@
4 # Read/Write shared object to testsuite temp so dir
5 set SOLSafeDir @@TMPSODIR@@
6 set SOLReadOnly false
8 # this is to be compatible with swfdec tests expectances
9 set flashVersionString WIN 9,0,100,0
11 # Don't bother printing SWF errors during automated testing
12 set MalformedSWFVerbosity false
14 # Don't bother printing AS errors during automated testing
15 set ASCodingErrorsVerbosity false
17 # Use a verbosity of 0 by default, -v will change it
18 set verbosity 0
20 # Do NOT write to the logfile
21 set writeLog false
23 # Enable sound (for testcases using it..)
24 set sound true
26 # Don't really play sound while testing (at least with gstreamer)
27 # In the future, we might want to use a 'testsink' here for checking:wq
28 # actual output
29 set GstAudioSink fakesink
31 # Open a can of worms by raising likelyhood of movie definition destruction
32 set movieLibraryLimit 1
34 # Allow override of quality, or tests will fail.
35 set quality -1
37 # No sense in starting stopped.
38 set startStopped false
40 # TODO: call an actual utility script in testsuite
41 #       so that test runners can check what's sent!
42 set urlOpenerFormat echo '%u' > /dev/null
44 # Blacklist (for testing NetConnection)
45 set blacklist www.blacklistedserver.org
47 # LocalConnection must be enabled for testing.
48 set localconnection false
50 # Use the default Renderer
51 set Renderer
53 # Use the default MediaHandler
54 set MediaHandler
56 # Use a custom key to prevent conflicts with a running plugin
57 set LCShmkey 138765373
59 # Do not ignore FSCommand while running tests !
60 set ignoreFSCommand false
62 # TODO: enable extensions ?