From b279fb881858890373e85ef6ab2a42f5531307b3 Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Thu, 4 Apr 2019 13:28:22 +0200 Subject: [PATCH 1/2] [XHarness] Ignore a failing test on devices. --- .../BCLTests/common-monotouch_System_test.dll.ignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/bcl-test/BCLTests/common-monotouch_System_test.dll.ignore diff --git a/tests/bcl-test/BCLTests/common-monotouch_System_test.dll.ignore b/tests/bcl-test/BCLTests/common-monotouch_System_test.dll.ignore new file mode 100644 index 000000000000..87be484812d9 --- /dev/null +++ b/tests/bcl-test/BCLTests/common-monotouch_System_test.dll.ignore @@ -0,0 +1,6 @@ +# FAIL ON DEVICE + +# ProcessTest.Start1_FileName_NotFound : #C6 +# Expected: 2 +# But was: 13 +MonoTests.System.Diagnostics.ProcessTest.Start1_FileName_NotFound \ No newline at end of file From de853d51a39ddaa07046d452efce1b9f15ae4147 Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Thu, 4 Apr 2019 13:32:20 +0200 Subject: [PATCH 2/2] Add fixing PR so that we do remove to revert the change. --- .../bcl-test/BCLTests/common-monotouch_System_test.dll.ignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/bcl-test/BCLTests/common-monotouch_System_test.dll.ignore b/tests/bcl-test/BCLTests/common-monotouch_System_test.dll.ignore index 87be484812d9..7319b8fdea2c 100644 --- a/tests/bcl-test/BCLTests/common-monotouch_System_test.dll.ignore +++ b/tests/bcl-test/BCLTests/common-monotouch_System_test.dll.ignore @@ -3,4 +3,5 @@ # ProcessTest.Start1_FileName_NotFound : #C6 # Expected: 2 # But was: 13 -MonoTests.System.Diagnostics.ProcessTest.Start1_FileName_NotFound \ No newline at end of file +# revert it once we have https://github.com/mono/mono/pull/13693 +MonoTests.System.Diagnostics.ProcessTest.Start1_FileName_NotFound