Lines Matching full:check
24 /* declare in random order to check that the linker is sorting by name */
35 /* declare in random order to check that the linker is sorting by custom name */
41 /* declare in random order to check that the linker is sorting numerically */
67 zassert_equal(out, RAM_EXPECT, "Check value incorrect (got: 0x%08x)", out); in ZTEST()
70 "ram1.i check bit incorrect (got: 0x%x)", ram1.i); in ZTEST()
72 "ram2.i check bit incorrect (got: 0x%x)", ram2.i); in ZTEST()
74 "ram3.i check bit incorrect (got: 0x%x)", ram3.i); in ZTEST()
76 "ram4.i check bit incorrect (got: 0x%x)", ram4.i); in ZTEST()
83 zassert_equal(out, RAM_EXPECT, "Check value incorrect (got: 0x%08x)", out); in ZTEST()
90 zassert_equal(out, RAM_EXPECT, "Check value incorrect (got: 0x%x)", out); in ZTEST()
97 zassert_equal(out, RAM_EXPECT, "Check value incorrect (got: 0x%x)", out); in ZTEST()
104 zassert_equal(out, NAMED_ALT_EXPECT, "Check value incorrect (got: 0x%x)", out); in ZTEST()
119 /* declare in random order to check that the linker is sorting by name */
130 /* declare in random order to check that the linker is sorting by custom name */
136 /* declare in random order to check that the linker is sorting numerically */
159 zassert_equal(out, ROM_EXPECT, "Check value incorrect (got: 0x%x)", out); in ZTEST()
166 zassert_equal(out, ROM_EXPECT, "Check value incorrect (got: 0x%x)", out); in ZTEST()
173 zassert_equal(out, ROM_EXPECT, "Check value incorrect (got: 0x%x)", out); in ZTEST()
180 zassert_equal(out, ROM_EXPECT, "Check value incorrect (got: 0x%x)", out); in ZTEST()
187 zassert_equal(out, NAMED_ALT_EXPECT, "Check value incorrect (got: 0x%x)", out); in ZTEST()