Skip to content

Commit ef641e0

Browse files
author
ionut.stan
committed
Little things.
1 parent 00d1356 commit ef641e0

File tree

3 files changed

+3
-29
lines changed

3 files changed

+3
-29
lines changed

bug.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

tests/AllTests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ class AllTests
11691169
{
11701170
return Math.round(Math.random() * (arrMethods.length - 1));
11711171
}
1172-
}
1172+
};
11731173

11741174
for(let i = 0; i < nCallCount; i++)
11751175
{

tests/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ process.on(
1919
let allTests = new AllTests(bBenchmarkMode, /*bWebSocketMode*/ false);
2020
await allTests.runTests();
2121

22+
// uws "Segmentation fault" on .close() in Travis.
23+
// https://github.com/uWebSockets/uWebSockets/issues/583
2224
//allTests = new AllTests(bBenchmarkMode, /*bWebSocketMode*/ true, require("uws"), require("uws").Server, JSONRPC.WebSocketAdapters.uws.WebSocketWrapper, /*bDisableVeryLargePacket*/ true);
2325
//allTests.websocketServerPort = allTests.httpServerPort + 1;
2426
//await allTests.runTests();

0 commit comments

Comments
 (0)