-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathquarantinelist.yaml
71 lines (71 loc) · 2.04 KB
/
quarantinelist.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
quarantine_tests:
- classname: name2
name: TestOne
start_date: 2024-01-01
end_date: 2025-12-31
meta:
- classname: JUnitXmlReporter.constructor
name: should default path to an empty string
start_date: 2023-05-01
end_date: 2025-11-30
meta:
- classname: pkg1.test.test_things
name: test_params_func:2
start_date: 2023-10-01
end_date: 2025-03-31
meta: Assertion failure
- classname: pkg1.test.test_things
name: test_params_func_multi_arg:2
start_date: 2024-01-15
end_date: 2025-06-15
meta: Assertion failure
- classname: pkg1.test.test_things.SomeTests
name: test_failed
start_date: 2023-12-01
end_date: 2025-02-01
meta: Assertion failure - I failed
- classname: pkg1.test.test_things.SomeTests
name: test_params_method:2
start_date: 2024-03-01
end_date: 2025-07-01
meta: Assertion failure - 2 != 1
- classname: pkg1.test.test_things.SomeTests
name: test_typeerr
start_date:
end_date:
meta: TypeError - oops
- classname: pkg1.test.test_things.SomeTests
name: test_gen_method:2
start_date: 2024-02-01
end_date: 2025-08-31
meta: Assertion failure
- classname: TestClassSample
name: testSomething()
start_date: 2023-07-15
end_date: 2025-01-15
meta: XCTAssertTrue failed
- classname: TestClassSample
name: testSomething2()
start_date: 2023-09-01
end_date: 2025-03-31
meta: NullPointerException
- classname: SampleTest
name: testB with data set "bool"
start_date: 2024-04-01
end_date: 2025-10-01
meta: ExpectationFailedException - False should be true
- classname: SampleTest
name: testC with data set #1
start_date: 2024-05-01
end_date: 2025-12-01
meta: ExpectationFailedException - 0 should be true
- classname: SampleTest
name: testC with data set #2
start_date: 2023-08-01
end_date: 2025-01-31
meta: ExpectationFailedException - '' should be true
- classname: com.example.FooTest
name: testStdoutStderr
start_date:
end_date:
meta: AssertionError