summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTarek Mahmoud Sayed <tarekms@microsoft.com>2018-10-24 12:58:58 -0700
committerGitHub <noreply@github.com>2018-10-24 12:58:58 -0700
commit11c5d6cea57bffd86778fec8da62d3e3f9b1afa2 (patch)
treeab304956e1b8db738c3bd65c37f6eebbc50c4a69 /tests
parent8939f019c34febbf0bab9dcc0f13b9ddc58735d8 (diff)
downloadcoreclr-11c5d6cea57bffd86778fec8da62d3e3f9b1afa2.tar.gz
coreclr-11c5d6cea57bffd86778fec8da62d3e3f9b1afa2.tar.bz2
coreclr-11c5d6cea57bffd86778fec8da62d3e3f9b1afa2.zip
Update Unicode data to version 11 (#20529)
* Update Unicode data to version 11 * Move CharUnicodeInfoData.cs to the hsared folder * Delete un-needed file * Disable the failed test
Diffstat (limited to 'tests')
-rw-r--r--tests/CoreFX/CoreFX.issues.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json
index ecbef830f9..e973d5b56c 100644
--- a/tests/CoreFX/CoreFX.issues.json
+++ b/tests/CoreFX/CoreFX.issues.json
@@ -1,5 +1,19 @@
[
{
+ "name": "System.Globalization.Tests",
+ "enabled": true,
+ "exclusions": {
+ "namespaces": null,
+ "classes": null,
+ "methods": [
+ {
+ "name": "System.Globalization.Tests.CharUnicodeInfoGetUnicodeCategoryTests.GetUnicodeCategory",
+ "reason": "We updated the Unicode data and didn't pick yet the updated tests from corefx. we should remove this entry after updating the tests in coreclr."
+ }
+ ]
+ }
+ },
+ {
"name": "System.Data.SqlClient.ManualTesting.Tests",
"enabled": false,
"exclusions": {