mediawiki-extensions-Scribunto/tests/engines/LuaCommon
Brad Jorsch 631feb8a3d Allow for skipping Lua tests
From the PHP subclass of Scribunto_LuaEngineTestBase, Lua tests run by
Scribunto_LuaEngineTestBase::testLua() may be skipped by adding an entry
for the test name to $this->skipTests.

From the Lua code run by Scribunto_LuaEngineTestBase::testLua(), tests
may be skipped by calling the "markTestSkipped" function exported by the
TestFramework module.

Also, use this new mechanism to skip certain mw.language tests if
Extension:CLDR or a similar extension is not available.

Bug: 67343
Change-Id: I4f0b15073a84bf2f9d8a5d905c3c960941dd2b71
2014-07-01 10:48:36 -04:00
..
CommonTest.php Don't cache volatile wikitext 2014-06-26 22:03:35 -04:00
CommonTests-data-fail1.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
CommonTests-data-fail2.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
CommonTests-data-fail3.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
CommonTests-data-fail4.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
CommonTests-data-fail5.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
CommonTests-data.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
CommonTests.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
HtmlLibraryTest.php Add mw.html to Scribunto 2014-01-03 00:04:34 +01:00
HtmlLibraryTests.lua Fix strange mw.html errors with numeric arguments 2014-06-27 14:41:42 -04:00
LanguageLibraryTest.php Allow for skipping Lua tests 2014-07-01 10:48:36 -04:00
LanguageLibraryTests.lua mw.language: Fix exceptions and add tests 2014-03-09 02:56:06 +00:00
LuaDataProvider.php Keep modules' export tables inside Lua 2014-05-26 20:01:18 -04:00
LuaEngineTestBase.php Allow for skipping Lua tests 2014-07-01 10:48:36 -04:00
LuaEnvironmentComparisonTest.php Update phpunit @group annotations 2013-11-01 11:56:24 -04:00
LuaInterpreterTest.php Fix NaN unit test in phpunit 3.7.14 2013-02-25 16:56:15 -08:00
luaParserTests.txt Keep modules' export tables inside Lua 2014-05-26 20:01:18 -04:00
MessageLibraryTest.php Add mw.message library 2013-02-26 22:20:04 -08:00
MessageLibraryTests.lua Remove message formats other than plain 2014-02-03 15:29:39 -05:00
SiteLibraryTest.php Add mw.site library 2013-02-06 09:20:59 -05:00
SiteLibraryTests.lua Properly handle spaces/underscores in mw.site.namespaces 2013-10-31 11:09:16 -04:00
TestFramework.lua Allow for skipping Lua tests 2014-07-01 10:48:36 -04:00
TextLibraryTest.php Add text module 2013-03-20 10:10:15 -04:00
TextLibraryTests.lua Add text module 2013-03-20 10:10:15 -04:00
TitleLibraryTest.php Add protectionLevels variable to mw.title output 2014-01-15 14:53:18 -05:00
TitleLibraryTests.lua Add protectionLevels variable to mw.title output 2014-01-15 14:53:18 -05:00
UriLibraryTest.php Add mw.uri library 2013-02-07 13:31:24 -05:00
UriLibraryTests.lua Make pairs() work with various library objects 2013-04-02 17:23:42 +00:00
UstringLibraryNormalizationTests.lua Lua ustring implementation 2013-02-12 14:26:29 -05:00
UstringLibraryTest.php Lua ustring implementation 2013-02-12 14:26:29 -05:00
UstringLibraryTests.lua mw.ustring functions should accept numbers where string functions do 2014-06-27 12:31:04 -04:00