blueprint-compiler/tests/sample_errors
Sonny Piers 2da6be7618 lsp: Fix crash when import version missing
The issue is specific to the language server, since it's trying to use
an AST that contains errors. The test would not fail but was added
anyway.
2022-07-09 20:00:10 +00:00
..
a11y_in_non_widget.blp Validate parent object for accessibility and layout 2021-11-12 17:10:30 -06:00
a11y_in_non_widget.err Validate parent object for accessibility and layout 2021-11-12 17:10:30 -06:00
a11y_prop_dne.blp validation: Disallow instantiating abstract classes 2022-04-28 23:35:34 -05:00
a11y_prop_dne.err Add accessibility properties 2021-11-12 00:51:01 -06:00
a11y_prop_obj_dne.blp validation: Disallow instantiating abstract classes 2022-04-28 23:35:34 -05:00
a11y_prop_obj_dne.err Add accessibility properties 2021-11-12 00:51:01 -06:00
a11y_prop_type.blp validation: Disallow instantiating abstract classes 2022-04-28 23:35:34 -05:00
a11y_prop_type.err Add accessibility properties 2021-11-12 00:51:01 -06:00
abstract_class.blp validation: Disallow instantiating abstract classes 2022-04-28 23:35:34 -05:00
abstract_class.err validation: Disallow instantiating abstract classes 2022-04-28 23:35:34 -05:00
action_widget_float_response.blp tests: add tests for action widget syntax 2022-02-18 19:04:08 +03:00
action_widget_float_response.err tests: add tests for action widget syntax 2022-02-18 19:04:08 +03:00
action_widget_have_no_id.blp tests: add tests for action widget syntax 2022-02-18 19:04:08 +03:00
action_widget_have_no_id.err tests: add tests for action widget syntax 2022-02-18 19:04:08 +03:00
action_widget_in_invalid_container.blp fix: allow adding action widgets to GtkInfoBar 2022-02-19 12:51:34 +03:00
action_widget_in_invalid_container.err fix: allow adding action widgets to GtkInfoBar 2022-02-19 12:51:34 +03:00
action_widget_multiple_default.blp tests: add tests for action widget syntax 2022-02-18 19:04:08 +03:00
action_widget_multiple_default.err tests: add tests for action widget syntax 2022-02-18 19:04:08 +03:00
action_widget_negative_response.blp tests: add tests for action widget syntax 2022-02-18 19:04:08 +03:00
action_widget_negative_response.err tests: add tests for action widget syntax 2022-02-18 19:04:08 +03:00
action_widget_not_action.blp tests: add tests for action widget syntax 2022-02-18 19:04:08 +03:00
action_widget_not_action.err tests: add tests for action widget syntax 2022-02-18 19:04:08 +03:00
action_widget_response_dne.blp tests: add tests for action widget syntax 2022-02-18 19:04:08 +03:00
action_widget_response_dne.err tests: add tests for action widget syntax 2022-02-18 19:04:08 +03:00
assign_inline_menu.blp Fix bug with inline menus 2022-02-21 14:12:56 -06:00
assign_inline_menu.err validation: Disallow instantiating abstract classes 2022-04-28 23:35:34 -05:00
bitfield_member_dne.blp Add validation for flag values 2022-03-02 14:06:57 -06:00
bitfield_member_dne.err Add validation for flag values 2022-03-02 14:06:57 -06:00
class_assign.blp Validate object types 2021-11-05 00:44:33 -05:00
class_assign.err Validate object types 2021-11-05 00:44:33 -05:00
class_dne.blp Add more tests 2021-11-04 00:05:38 -05:00
class_dne.err Add GtkFileFilter properties 2021-11-12 09:23:25 -06:00
consecutive_unexpected_tokens.blp parser: Merge consecutive "Unexpected tokens" errors 2021-12-16 23:18:31 -06:00
consecutive_unexpected_tokens.err parser: Merge consecutive "Unexpected tokens" errors 2021-12-16 23:18:31 -06:00
does_not_implement.blp gir: Fix assignable_to for interface implementations 2022-01-11 22:37:24 -06:00
does_not_implement.err gir: Fix assignable_to for interface implementations 2022-01-11 22:37:24 -06:00
duplicate_obj_id.blp Report duplicate object IDs 2021-11-03 14:58:33 -05:00
duplicate_obj_id.err Report duplicate object IDs 2021-11-03 14:58:33 -05:00
duplicates.blp Add errors for duplicate properties and blocks 2022-06-08 23:08:15 -05:00
duplicates.err Add errors for duplicate properties and blocks 2022-06-08 23:08:15 -05:00
empty.blp Fix compiling empty file 2022-06-17 11:12:21 -05:00
empty.err Fix compiling empty file 2022-06-17 11:12:21 -05:00
enum_member_dne.blp Add more tests 2021-11-04 00:05:38 -05:00
enum_member_dne.err Add more tests 2021-11-04 00:05:38 -05:00
filters_in_non_file_filter.blp validation: Disallow instantiating abstract classes 2022-04-28 23:35:34 -05:00
filters_in_non_file_filter.err validation: Disallow instantiating abstract classes 2022-04-28 23:35:34 -05:00
gtk_3.blp tests: Add GTK directive error tests 2022-03-28 14:38:05 -05:00
gtk_3.err tests: Add GTK directive error tests 2022-03-28 14:38:05 -05:00
gtk_exact_version.blp tests: Add GTK directive error tests 2022-03-28 14:38:05 -05:00
gtk_exact_version.err tests: Add GTK directive error tests 2022-03-28 14:38:05 -05:00
invalid_bool.blp Add more tests 2021-11-04 00:05:38 -05:00
invalid_bool.err Add more tests 2021-11-04 00:05:38 -05:00
layout_in_non_widget.blp Validate parent object for accessibility and layout 2021-11-12 17:10:30 -06:00
layout_in_non_widget.err Validate parent object for accessibility and layout 2021-11-12 17:10:30 -06:00
no_import_version.blp lsp: Fix crash when import version missing 2022-07-09 20:00:10 +00:00
no_import_version.err lsp: Fix crash when import version missing 2022-07-09 20:00:10 +00:00
not_a_class.blp Add more tests 2021-11-04 00:05:38 -05:00
not_a_class.err Add GtkFileFilter properties 2021-11-12 09:23:25 -06:00
ns_not_imported.blp Add more tests 2021-11-04 00:05:38 -05:00
ns_not_imported.err Add GtkFileFilter properties 2021-11-12 09:23:25 -06:00
obj_class_dne.blp Add accessibility properties 2021-11-12 00:51:01 -06:00
obj_in_string_list.blp validation: Disallow instantiating abstract classes 2022-04-28 23:35:34 -05:00
obj_in_string_list.err validation: Disallow instantiating abstract classes 2022-04-28 23:35:34 -05:00
obj_prop_type.blp Validate object types 2021-11-05 00:44:33 -05:00
obj_prop_type.err Validate object types 2021-11-05 00:44:33 -05:00
object_dne.blp Validate object types 2021-11-05 00:44:33 -05:00
object_dne.err Validate object types 2021-11-05 00:44:33 -05:00
property_dne.blp Add more tests 2021-11-04 00:05:38 -05:00
property_dne.err Add more tests 2021-11-04 00:05:38 -05:00
read_only_properties.blp validation: Writable/construct-only properties 2022-04-28 22:52:30 -05:00
read_only_properties.err validation: Writable/construct-only properties 2022-04-28 22:52:30 -05:00
signal_dne.blp Add more tests 2021-11-04 00:05:38 -05:00
signal_dne.err Add more tests 2021-11-04 00:05:38 -05:00
signal_object_dne.blp tests: add tests for signal's object attribute 2022-01-17 05:37:17 +00:00
signal_object_dne.err tests: add tests for signal's object attribute 2022-01-17 05:37:17 +00:00
size_group_non_widget.blp Remove some semicolons 2021-11-30 21:04:35 -06:00
size_group_non_widget.err Remove the ':' in a few places 2021-11-12 17:47:09 -06:00
size_group_obj_dne.blp Remove some semicolons 2021-11-30 21:04:35 -06:00
size_group_obj_dne.err Remove the ':' in a few places 2021-11-12 17:47:09 -06:00
styles_in_non_widget.blp Remove some semicolons 2021-11-30 21:04:35 -06:00
styles_in_non_widget.err Improved validation 2021-11-12 18:01:56 -06:00
two_templates.blp tests: Add some error handling tests 2021-11-03 23:03:43 -05:00
two_templates.err tests: Add some error handling tests 2021-11-03 23:03:43 -05:00
uint.blp Fix uint properties 2021-11-24 14:46:49 -06:00
uint.err Fix uint properties 2021-11-24 14:46:49 -06:00
using_invalid_namespace.blp tests: Add some error handling tests 2021-11-03 23:03:43 -05:00
using_invalid_namespace.err Add more tests 2021-11-04 00:05:38 -05:00
widgets_in_non_size_group.blp validation: Disallow instantiating abstract classes 2022-04-28 23:35:34 -05:00
widgets_in_non_size_group.err validation: Disallow instantiating abstract classes 2022-04-28 23:35:34 -05:00