Bug 1402553 - Skip test_capture.html under Windows7 32bit to prevent intermittent OOM failure draft
authorChih-Yi Leu <subsevenx2001@gmail.com>
Mon, 16 Oct 2017 16:06:11 +0800
changeset 680744 fe481c45412c6f398b0eac237c6581d97138584c
parent 679629 25aad10380b10b6efa50c2b4d97245f078d870a0
child 735953 ca98c6b4a26e6f28093f675a919144cba7f07b74
push id84609
push userbmo:cleu@mozilla.com
push dateMon, 16 Oct 2017 08:07:42 +0000
bugs1402553
milestone58.0a1
Bug 1402553 - Skip test_capture.html under Windows7 32bit to prevent intermittent OOM failure MozReview-Commit-ID: E6F8Z5v6xy0
dom/canvas/test/webgl-mochitest/mochitest.ini
--- a/dom/canvas/test/webgl-mochitest/mochitest.ini
+++ b/dom/canvas/test/webgl-mochitest/mochitest.ini
@@ -53,16 +53,19 @@ fail-if = (os == 'android') || (os == 'w
 [regress/test_bug_1268096.html]
 
 
 [test_backends.html]
 [test_backbuffer_channels.html]
 [test_depth_readpixels.html]
 [test_canvas_size.html]
 [test_capture.html]
+# Skip on Windows 7 to prevent intermittent mochitest failure caused by OOM
+# under 32-bit environment
+skip-if = (os == 'win' && os_version == '6.1')
 support-files = ../captureStream_common.js
 # Even though we use ../ here, in the test HTML, we need to omit this. Sub-CWD relative
 # paths are fine, but they locate the file and dump it in the current directory.
 [test_cubemap_must_be_square.html]
 [test_depth_tex_lazy_clear.html]
 [test_draw.html]
 [test_fb_param.html]
 [test_fb_param_crash.html]