Lines Matching refs:todo
106 static void test_saxstr(const char *file, unsigned line, BSTR str, const char *expected, BOOL todo,… in test_saxstr() argument
114 if (str && todo) in test_saxstr()
123 if (len && todo) in test_saxstr()
135 if (lenexp != len && todo) in test_saxstr()
150 if (cmp && todo) in test_saxstr()
321 BOOL todo, const char *file, int line, int *failcount) in compare_attributes() argument
333 if (actual->attr_count != lenexp && todo) in compare_attributes()
349 …test_saxstr(file, line, actual->attributes[i].uriW, expected->attributes[i].uri, todo, failcount… in compare_attributes()
350 …test_saxstr(file, line, actual->attributes[i].localW, expected->attributes[i].local, todo, failcou… in compare_attributes()
351 …test_saxstr(file, line, actual->attributes[i].qnameW, expected->attributes[i].qname, todo, failcou… in compare_attributes()
352 …test_saxstr(file, line, actual->attributes[i].valueW, expected->attributes[i].value, todo, failcou… in compare_attributes()
357 const struct call_entry *expected, const char *context, BOOL todo, in ok_sequence_() argument
377 if (expected->line != actual->line && todo) in ok_sequence_()
398 if (expected->column != actual->column && todo) in ok_sequence_()
426 test_saxstr(file, line, actual->arg1W, expected->arg1, todo, &failcount); in ok_sequence_()
427 test_saxstr(file, line, actual->arg2W, expected->arg2, todo, &failcount); in ok_sequence_()
431 test_saxstr(file, line, actual->arg1W, expected->arg1, todo, &failcount); in ok_sequence_()
435 compare_attributes(actual, expected, context, todo, file, line, &failcount); in ok_sequence_()
439 test_saxstr(file, line, actual->arg1W, expected->arg1, todo, &failcount); in ok_sequence_()
440 test_saxstr(file, line, actual->arg2W, expected->arg2, todo, &failcount); in ok_sequence_()
441 test_saxstr(file, line, actual->arg3W, expected->arg3, todo, &failcount); in ok_sequence_()
446 test_saxstr(file, line, actual->arg1W, expected->arg1, todo, &failcount); in ok_sequence_()
450 test_saxstr(file, line, actual->arg1W, expected->arg1, todo, &failcount); in ok_sequence_()
451 test_saxstr(file, line, actual->arg2W, expected->arg2, todo, &failcount); in ok_sequence_()
455 test_saxstr(file, line, actual->arg1W, expected->arg1, todo, &failcount); in ok_sequence_()
459 if (expected->ret != actual->ret && todo) in ok_sequence_()
479 else if (todo) in ok_sequence_()
500 if (todo) in ok_sequence_()
518 if (todo && !failcount) /* succeeded yet marked todo */ in ok_sequence_()
529 #define ok_sequence(seq, index, exp, contx, todo) \ argument
530 ok_sequence_(seq, index, (exp), (contx), (todo), __FILE__, __LINE__)
2894 BOOL todo; member
2933 todo_wine_if(entry->todo) in test_saxreader_encoding()