File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/libraries/System.Reflection.TypeExtensions/tests/EventInfo Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ public class EventInfoAddEventHandler
15
15
{
16
16
// Positive Test 1: add Event handler to the not static event
17
17
[ Fact ]
18
+ [ ActiveIssue ( 2619 , PlatformID . Linux ) ]
18
19
public void PosTest1 ( )
19
20
{
20
21
TestClass1 tc1 = new TestClass1 ( ) ;
@@ -27,6 +28,7 @@ public void PosTest1()
27
28
28
29
// Positive Test 2:add to Event handler to the static event and the target is null
29
30
[ Fact ]
31
+ [ ActiveIssue ( 2619 , PlatformID . Linux ) ]
30
32
public void PosTest2 ( )
31
33
{
32
34
TestClass1 tc1 = new TestClass1 ( ) ;
@@ -39,6 +41,7 @@ public void PosTest2()
39
41
40
42
// Positive Test 3:add to Event handler to the static event and the target is not null
41
43
[ Fact ]
44
+ [ ActiveIssue ( 2619 , PlatformID . Linux ) ]
42
45
public void PosTest3 ( )
43
46
{
44
47
TestClass1 tc1 = new TestClass1 ( ) ;
You can’t perform that action at this time.
0 commit comments