blueprint-compiler/tests/sample_errors
James Westman bbad6988fa
language: Fix some issues with menus
Blueprint's handling of menus didn't line up with how GtkBuilder handles
them. The root <menu> element must have an ID and may not have
attributes, and menus may not be used inline in a property.
2022-03-13 00:00:07 -06: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 Add accessibility properties 2021-11-12 00:51:01 -06:00
a11y_prop_dne.err Add accessibility properties 2021-11-12 00:51:01 -06:00
a11y_prop_obj_dne.blp Add accessibility properties 2021-11-12 00:51:01 -06:00
a11y_prop_obj_dne.err Add accessibility properties 2021-11-12 00:51:01 -06:00
a11y_prop_type.blp Add accessibility properties 2021-11-12 00:51:01 -06:00
a11y_prop_type.err Add accessibility properties 2021-11-12 00:51:01 -06: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_menu.blp language: Fix some issues with menus 2022-03-13 00:00:07 -06:00
assign_menu.err language: Fix some issues with menus 2022-03-13 00:00:07 -06: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
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 Remove some semicolons 2021-11-30 21:04:35 -06:00
filters_in_non_file_filter.err Remove some semicolons 2021-11-30 21:04:35 -06: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
menu_errors.blp language: Fix some issues with menus 2022-03-13 00:00:07 -06:00
menu_errors.err language: Fix some issues with menus 2022-03-13 00:00:07 -06: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 Remove some semicolons 2021-11-30 21:04:35 -06:00
obj_in_string_list.err Add string lists 2021-11-12 19:01:20 -06: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
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 Remove some semicolons 2021-11-30 21:04:35 -06:00
widgets_in_non_size_group.err Improved validation 2021-11-12 18:01:56 -06:00