content/canvas/test/webgl-mochitest/mochitest.ini

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

michael@0 1 [DEFAULT]
michael@0 2 support-files =
michael@0 3 driver-info.js
michael@0 4 webgl-util.js
michael@0 5
michael@0 6 [test_depth_readpixels.html]
michael@0 7 [test_draw.html]
michael@0 8 [test_fb_param.html]
michael@0 9 [test_fb_param_crash.html]
michael@0 10 [test_highp_fs.html]
michael@0 11 [test_no_arr_points.html]
michael@0 12 [test_noprog_draw.html]
michael@0 13 [test_privileged_exts.html]
michael@0 14 [test_texsubimage_float.html]
michael@0 15 [test_webgl_available.html]
michael@0 16 skip-if = toolkit == 'android' #bug 865443- seperate suite - the non_conf* tests pass except for one on armv6 tests
michael@0 17 [test_webgl_conformance.html]
michael@0 18 skip-if = toolkit == 'android' #bug 865443- seperate suite - the non_conf* tests pass except for one on armv6 tests
michael@0 19 [test_webgl_request_context.html]
michael@0 20 skip-if = toolkit == 'android' #bug 865443- seperate suite - the non_conf* tests pass except for one on armv6 tests
michael@0 21 [test_webgl_request_mismatch.html]
michael@0 22 skip-if = toolkit == 'android' #bug 865443- seperate suite - the non_conf* tests pass except for one on armv6 tests
michael@0 23 [test_webgl2_not_exposed.html]
michael@0 24 skip-if = toolkit == 'android' #bug 865443- seperate suite - the non_conf* tests pass except for one on armv6 tests

mercurial