File tree 10 files changed +6
-343
lines changed
gpr2_unexpected_exceptions
imported_project_errors_handling
no_symbol_with_empty_name
10 files changed +6
-343
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 79
79
"range" : {
80
80
"start" : {
81
81
"line" : 0 ,
82
- "character" : 0
82
+ "character" : 17
83
83
},
84
84
"end" : {
85
85
"line" : 0 ,
86
- "character" : 0
86
+ "character" : 17
87
87
}
88
88
},
89
89
"severity" : 1 ,
90
- "message" : " GPR parser unexpected ADA.ASSERTIONS.ASSERTION_ERROR DYNAMIC_PREDICATE failed at gpr2-project-parser.adb:83 "
90
+ "message" : " missing project file for with clause "
91
91
}
92
92
]
93
93
}
Original file line number Diff line number Diff line change 1
1
title : ' gpr2 parsing assertions error handling'
2
- # Skip till gpr-issues#256 & gpr-issues#259 fixed
3
- skip :
4
- - ['XFAIL', 'True']
Original file line number Diff line number Diff line change 84
84
"range" : {
85
85
"start" : {
86
86
"line" : 0 ,
87
- "character" : 0
87
+ "character" : 4
88
88
},
89
89
"end" : {
90
90
"line" : 0 ,
91
- "character" : 0
91
+ "character" : 4
92
92
}
93
93
},
94
94
"severity" : 1 ,
95
- "message" : " GPR parser unexpected ADA.ASSERTIONS.ASSERTION_ERROR DYNAMIC_PREDICATE failed at gpr2-project-parser.adb:83 "
95
+ "message" : " missing project file for with clause "
96
96
}
97
97
]
98
98
}
Original file line number Diff line number Diff line change 1
1
title : ' with empty string statement support'
2
- # Skip till gpr-issues#256 & gpr-issues#259 fixed
3
- skip :
4
- - ['XFAIL', 'True']
You can’t perform that action at this time.
0 commit comments