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
path: root/sdks
diff options
context:
space:
mode:
authorMaxim Lipnin <v-maxlip@microsoft.com>2019-12-17 03:18:34 +0300
committerZoltan Varga <vargaz@gmail.com>2019-12-17 03:18:34 +0300
commitdf3837eb7d56008400e029b43d52b78cdaec5523 (patch)
tree7874a37985983cc58c697fee7ed8fcf4f0fcf38a /sdks
parentaa9227f7c8af76105ded6dbd62c1cf5ae76bc54b (diff)
[wasm][xunit tests] Re-enable System.Buffers.Text.Tests.ParserTests (#18220)
Diffstat (limited to 'sdks')
-rw-r--r--sdks/wasm/xunit-exclusions.rsp4
1 files changed, 3 insertions, 1 deletions
diff --git a/sdks/wasm/xunit-exclusions.rsp b/sdks/wasm/xunit-exclusions.rsp
index 41e027fab26..116224d1c71 100644
--- a/sdks/wasm/xunit-exclusions.rsp
+++ b/sdks/wasm/xunit-exclusions.rsp
@@ -30,7 +30,9 @@
-nonamespace System.IO.Pipes.Tests
# corlib failures
--noclass System.Buffers.Text.Tests.ParserTests
+-nomethod System.Buffers.Text.Tests.ParserTests.TestParserDecimal
+-nomethod System.Buffers.Text.Tests.ParserTests.TestParserDouble
+-nomethod System.Buffers.Text.Tests.ParserTests.TestParserSingle
-nomethod System.Collections.Tests.ComparerTests.Default_Compare
-nomethod System.Text.Encodings.Tests.EncodingMiscTests.GetEncodingsTest
-nomethod System.Tests.ValueTupleTests.TestCompareTo