Searched defs:todo (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/ValidationKit/testanalysis/ |
H A D | tst-a1.py | 43 from testanalysis import reader ## @todo fix testanalysis/__init__.py. namespace
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/ |
H A D | plhash.c | 426 PLHashEntry *todo = 0; local 437 he->next = todo; 438 todo = he; 450 hep = &todo;
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | test.h | 134 #define todo(platform) for (winetest_start_todo(platform); \ macro 137 #define todo_wine todo("wine") 228 static LONG todo_successes; /* number of successful tests inside todo block */ 229 static LONG todo_failures; /* number of failures inside todo block */ 236 int todo_level; /* current todo nesting level */ 321 fprintf( stdout, "%s:%d: Test succeeded inside todo block: ", 331 fprintf( stdout, "%s:%d: Test marked todo: ", 583 fprintf( stdout, "%s: %d tests executed (%d marked as todo, %d %s), %d skipped.\n",
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | test.h | 132 #define todo(platform) for (winetest_start_todo(platform); \ macro 135 #define todo_wine todo("wine") 225 static LONG todo_successes; /* number of successful tests inside todo block */ 226 static LONG todo_failures; /* number of failures inside todo block */ 233 int todo_level; /* current todo nesting level */ 319 fprintf( stdout, "%s:%d: Test succeeded inside todo block: ", 329 fprintf( stdout, "%s:%d: Test marked todo: ", 570 fprintf( stdout, "%s: %d tests executed (%d marked as todo, %d %s), %d skipped.\n",
|
Completed in 53 milliseconds