Bug 1159096 - Skip recursion.js on Android debug.

--HG--
extra : rebase_source : 662b60ed41ec083194071d5f8f1d093b8abce13a
This commit is contained in:
Ryan VanderMeulen 2015-04-28 09:40:09 -04:00
Родитель b7f487b922
Коммит 0d8e50dd6c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
// |reftest| skip-if(xulRuntime.OS=="Darwin"&&isDebugBuild) -- this takes too long to over-recurse.
// |reftest| skip-if((xulRuntime.OS=="Darwin"||Android)&&isDebugBuild) -- this takes too long to over-recurse.
/*
* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/licenses/publicdomain/