Home | History | Annotate | Download | only in testsuite

Lines Matching refs:check

29 # Also check if the functions do not get grouped with option --no-text-reorder.
33 check()
62 check text_section_grouping.stdout "unlikely_foo" "startup_foo"
63 check text_section_grouping.stdout "startup_foo" "hot_foo"
64 check text_section_grouping.stdout "unlikely_bar" "startup_bar"
65 check text_section_grouping.stdout "startup_bar" "hot_bar"
66 check text_section_grouping.stdout "unlikely_foo" "startup_bar"
67 check text_section_grouping.stdout "startup_foo" "hot_bar"
69 check text_section_no_grouping.stdout "hot_foo" "startup_foo"
70 check text_section_no_grouping.stdout "startup_foo" "unlikely_foo"
71 check text_section_no_grouping.stdout "unlikely_foo" "hot_bar"
72 check text_section_no_grouping.stdout "hot_bar" "startup_bar"
73 check text_section_no_grouping.stdout "startup_bar" "unlikely_bar"