- Timestamp:
- Oct 2, 2020 11:53:13 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11-auto.cpp
r86395 r86416 741 741 } 742 742 743 int main( 743 int main(int argc, char **argv) 744 744 { 745 745 RTR3InitExe(argc, &argv, 0); … … 750 750 751 751 /** @todo r=bird: This testcase is broken and we didn't notice because we 752 * don't run it on the testboxes! */ 753 RTPrintf("%s: Note! This testcase is broken!\n", g_pszTestName); 752 * don't run it on the testboxes! @bugref{9842} */ 753 if (argc == 1) 754 { 755 RTPrintf("%s: Note! This testcase is broken, skipping!\n", g_pszTestName); 756 return RTEXITCODE_SUCCESS; 757 } 754 758 755 759 cErrs += smlsDoFixture(&g_testMove,
Note:
See TracChangeset
for help on using the changeset viewer.