[*] Update runtime
[*] Linux should *build* again but not pass every test
This commit is contained in:
parent
138aa9a8a5
commit
0564888ca5
@ -1 +1 @@
|
||||
Subproject commit cd9ef9eee2409393f7db89537c86dbac664a96e7
|
||||
Subproject commit 7fa5650d291922c9e2934ae0e13b5be4c1b5673d
|
@ -1 +1 @@
|
||||
Subproject commit 3ff5d8a74e97d0c13e85132b43a1665fd13eb8ff
|
||||
Subproject commit 1f173a879970df05866ceee435982024b4ef7081
|
@ -1 +1 @@
|
||||
Subproject commit dbaaabeab883f36291dbbcbb646a7d756929223a
|
||||
Subproject commit e6fa5fb2ed770cae38545c38c4b921bb88785e3c
|
@ -342,10 +342,6 @@ static void MainTest()
|
||||
void RunTests()
|
||||
{
|
||||
Aurora::RuntimeStartInfo info;
|
||||
info.async.enableSchedularThread = true;
|
||||
info.async.schedularFrequency = 2;
|
||||
info.async.sysPumpFrequency = 2;
|
||||
info.async.enableSysPumpFreqnecy = true;
|
||||
info.console.fio.bEnableLogging = false;
|
||||
info.console.asyncVSLog = false;
|
||||
Aurora::RuntimeStart(info);
|
||||
|
@ -172,6 +172,8 @@ TEST(IPC, Pipe)
|
||||
ASSERT_FALSE(pipe->AsReadChannelIsOpen()->IsSignaled());
|
||||
}
|
||||
|
||||
#pragma optimize("", off)
|
||||
|
||||
TEST(IPC, AsyncPipe)
|
||||
{
|
||||
auto pipe = AuIPC::NewPipe();
|
||||
|
@ -10,18 +10,9 @@
|
||||
|
||||
using namespace AuConsole::ConsoleTTY;
|
||||
|
||||
#define ASYNC
|
||||
|
||||
void RunTests()
|
||||
{
|
||||
Aurora::RuntimeStartInfo info;
|
||||
#if defined(ASYNC)
|
||||
info.async.enableSchedularThread = true;
|
||||
info.async.schedularFrequency = 2;// 1000;
|
||||
info.async.enableSysPumpFreqnecy = true;
|
||||
#else
|
||||
info.async.enableSchedularThread = false;
|
||||
#endif
|
||||
info.console.fio.bEnableLogging = false;
|
||||
|
||||
Aurora::RuntimeStart(info);
|
||||
|
@ -115,10 +115,6 @@ TEST(Net, ServerDemo)
|
||||
void RunTests()
|
||||
{
|
||||
Aurora::RuntimeStartInfo info;
|
||||
info.async.enableSchedularThread = true;
|
||||
info.async.schedularFrequency = 2;
|
||||
info.async.sysPumpFrequency = 2;
|
||||
info.async.enableSysPumpFreqnecy = true;
|
||||
info.console.fio.bEnableLogging = false;
|
||||
info.console.asyncVSLog = false;
|
||||
Aurora::RuntimeStart(info);
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 40412d85124f7c6f3d88454583c4633e5e10fc8c
|
||||
Subproject commit 7e33b6a1c497ced1e98fc60175aeb4678419281c
|
2
Vendor/brotli
vendored
2
Vendor/brotli
vendored
@ -1 +1 @@
|
||||
Subproject commit 0300be36ba019c55d2edc48353270fa18008d49c
|
||||
Subproject commit 9ff341daaf2419e7985c89ec09964c81e4e2f3da
|
2
Vendor/liblzma
vendored
2
Vendor/liblzma
vendored
@ -1 +1 @@
|
||||
Subproject commit 8e52c4a882a1727df25b9f20920b03dafe98087e
|
||||
Subproject commit d0797bfea81c0f46184905d8169b7aefd3e479b5
|
Loading…
Reference in New Issue
Block a user