Searched refs:_testsFailLog (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/libs/librefos/src/
H A Dtest.c37 static struct test_failure_log _testsFailLog[TEST_MAX_TESTS]; variable in typeref:struct:test_failure_log
57 _testsFailLog[_testsFailed].check = check;
58 _testsFailLog[_testsFailed].file = file;
59 _testsFailLog[_testsFailed].func = func;
60 _testsFailLog[_testsFailed].line = line;
77 "file %s, line %d.\n", test_title, _testsFailLog[i].check, _testsFailLog[i].func,
78 _testsFailLog[i].file, _testsFailLog[i].line);
/seL4-refos-master/projects/refos/impl/libs/librefos/src/
H A Dtest.c37 static struct test_failure_log _testsFailLog[TEST_MAX_TESTS]; variable in typeref:struct:test_failure_log
57 _testsFailLog[_testsFailed].check = check;
58 _testsFailLog[_testsFailed].file = file;
59 _testsFailLog[_testsFailed].func = func;
60 _testsFailLog[_testsFailed].line = line;
77 "file %s, line %d.\n", test_title, _testsFailLog[i].check, _testsFailLog[i].func,
78 _testsFailLog[i].file, _testsFailLog[i].line);

Completed in 25 milliseconds