mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 00:04:48 +00:00
Add VideoRep to OSTestSuite, typo fix
This commit is contained in:
parent
da13d6d300
commit
63fbfcc42b
Binary file not shown.
@ -113,7 +113,7 @@ $FG,2$Merge(\"C:/*\",\"D:/*\",\"+r+d\");$FG$ to check my changes.
|
||||
|
||||
* You can customize the $FG,2$wallpaper$FG$. See $LK,"::/Demo/Graphics/WallPaperFish.CC"$.
|
||||
|
||||
* Your RAM disks will not be reformated when you reboot if the memory location has not changed and it finds the disk intacted.
|
||||
* Your RAM disks will not be reformatted when you reboot if the memory location has not changed and it finds the disk intacted.
|
||||
|
||||
* $FG,2$try{} catch{}$FG$ in a function will cause all vars to be non-reg.
|
||||
|
||||
|
BIN
src/Kernel.BIN.C
BIN
src/Kernel.BIN.C
Binary file not shown.
@ -1694,25 +1694,25 @@ U0 OSTestSuite()
|
||||
TS("ProfRep"); XTalkWait(task,"ProfRep;Sleep(750);\n");
|
||||
TS("HeapLogSizeRep"); XTalkWait(task,"HeapLogSizeRep;Sleep(750);\n");
|
||||
TS("CPURep"); if (mp_count>1)
|
||||
XTalkWait(task,"CPURep(TRUE);Sleep(750);\n");
|
||||
TS("DiskCheck"); if (DriveIsWritable(':'))
|
||||
XTalkWait(task,"DiskCheck;Sleep(750);\n");
|
||||
XTalkWait(task,"CPURep(TRUE);Sleep(750);\n");
|
||||
TS("DiskCheck"); if (DriveIsWritable(':'))
|
||||
XTalkWait(task,"DiskCheck;Sleep(750);\n");
|
||||
TS("DriveView"); if (DriveIsWritable(':')) {
|
||||
XTalkWait(task,"DriveView;\n");
|
||||
Sleep(750);
|
||||
PostMessageWait(task,MESSAGE_KEY_DOWN_UP,CH_SPACE,0);
|
||||
}
|
||||
XTalkWait(task,"DriveView;\n");
|
||||
Sleep(750);
|
||||
PostMessageWait(task,MESSAGE_KEY_DOWN_UP,CH_SPACE,0);
|
||||
}
|
||||
TS("DiskView"); if (DriveIsWritable(':')) {
|
||||
XTalkWait(task,"DiskView;\n");
|
||||
Sleep(250); //Short because ATARep takes time.
|
||||
PostMessageWait(task,MESSAGE_KEY_DOWN_UP,CH_SPACE,0);
|
||||
}
|
||||
TS("ATARep"); XTalkWait(task,"ATARep;\npSleep(750);\n");
|
||||
TS("HashDepthRep"); XTalkWait(task,
|
||||
"HashDepthRep(zenith_task->hash_table);Sleep(750);\n");
|
||||
TS("HashDepthRep"); XTalkWait(task,"HashDepthRep(zenith_task->hash_table);Sleep(750);\n");
|
||||
TS("Who"); XTalkWait(task,"Who;Sleep(750);\n");
|
||||
TS("DriveRep"); XTalkWait(task,"DriveRep;Sleep(750);\n");
|
||||
TS("DriveRep"); XTalkWait(task,"DriveRep;Sleep(750);\n");
|
||||
TS("TaskRep"); XTalkWait(task,"TaskRep;Sleep(750);\n");
|
||||
TS("VideoRep"); XTalkWait(task, "VideoRep;Sleep(750)\n");
|
||||
DeathWait(&task,TRUE);
|
||||
|
||||
ProgressBarsReset("ZenithOS/OSTestSuite");
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user