Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-10-16 16:20:18 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-10-17 15:12:24 +0300
commitc399c787c8395bc0c525bc8fc0d07cdb0515e039 (patch)
tree79d9f182029ff63d0c012668df3b4beb6d5151af /scripts/ci/run-test-winaot.sh
parent25ad948e0215226d59b8174a6345c3d2dcadb403 (diff)
[I18N] Add more encoding tests
There was very little test coverage of the I18N encodings before. This adds a bunch of tests based on Latin1EncodingTest.cs since latin1 is quite similar to these encodings. A few of the added tests fail in some encodings due to what looks like bugs in the implementation, disabled those temporarily, see FIXME's. (filed https://bugzilla.xamarin.com/show_bug.cgi?id=60216 for tracking)
Diffstat (limited to 'scripts/ci/run-test-winaot.sh')
-rwxr-xr-xscripts/ci/run-test-winaot.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci/run-test-winaot.sh b/scripts/ci/run-test-winaot.sh
index c8b5d79d32b..618bb9ed257 100755
--- a/scripts/ci/run-test-winaot.sh
+++ b/scripts/ci/run-test-winaot.sh
@@ -19,6 +19,8 @@ ${TESTCMD} --label=System.Web.Services --timeout=5m make -w -C mcs/class/System.
${TESTCMD} --label=I18N.CJK --timeout=5m make -w -C mcs/class/I18N/CJK run-test
${TESTCMD} --label=I18N.West --timeout=5m make -w -C mcs/class/I18N/West run-test
${TESTCMD} --label=I18N.MidEast --timeout=5m make -w -C mcs/class/I18N/MidEast run-test
+${TESTCMD} --label=I18N.Rare --timeout=5m make -w -C mcs/class/I18N/Rare run-test
+${TESTCMD} --label=I18N.Other --timeout=5m make -w -C mcs/class/I18N/Other run-test
${TESTCMD} --label=System.Transactions --timeout=5m make -w -C mcs/class/System.Transactions run-test
${TESTCMD} --label=System.Core --timeout=15m make -w -C mcs/class/System.Core run-test
${TESTCMD} --label=System.Xml.Linq --timeout=5m make -w -C mcs/class/System.Xml.Linq run-test