adding GitHub CI pipeline #29
GitHub Actions / test-results-windows-2019-31.6.0
succeeded
Sep 15, 2024 in 0s
75 passed, 0 failed and 0 skipped
✔️ test/mochawesome-report/mochawesome.json
75 tests were completed in 6s with 75 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
async call from .net to node.js | 8✔️ | 57ms | ||
async call from node.js to .net | 10✔️ | 526ms | ||
call patterns | 12✔️ | 637ms | ||
delayed call from node.js to .net | 1✔️ | 81ms | ||
edge-cs | 24✔️ | 2s | ||
edge.func | 14✔️ | 39ms | ||
serialization | 1✔️ | 2s | ||
sync call from node.js to .net | 5✔️ | 3ms |
✔️ async call from .net to node.js
async call from .net to node.js
✔️ [.NET] succeeds for hello world
✔️ [.NET] successfuly handles process.nextTick() in JS callback
✔️ [.NET] successfuly marshals data from .net to node.js
✔️ [.NET] successfuly marshals data from node.js to .net
✔️ [.NET] successfuly marshals empty buffer
✔️ [.NET] successfuly marshals object hierarchy from .net to node.js
✔️ [.NET] successfuly marshals v8 exception in callback
✔️ [.NET] successfuly marshals v8 exception on invoking thread
✔️ async call from node.js to .net
async call from node.js to .net
✔️ [.NET] succeeds for hello world
✔️ [.NET] successfuly handles process.nextTick in the callback
✔️ [.NET] successfuly marshals .net exception thrown on CLR thread from .net to node.js
✔️ [.NET] successfuly marshals .net exception thrown on v8 thread from .net to node.js
✔️ [.NET] successfuly marshals data from .net to node.js
✔️ [.NET] successfuly marshals data from node.js to .net
✔️ [.NET] successfuly marshals empty buffer
✔️ [.NET] successfuly marshals structured .net exception from .net to node.js
✔️ [.NET] successfuly roundtrips empty string
✔️ [.NET] successfuly roundtrips unicode characters
✔️ call patterns
call patterns
✔️ [.NET] async call to exported .NET lambda
✔️ [.NET] call exported .NET lambda with closure over CLR state
✔️ [.NET] call JS func exported to .NET as a result of calling a JS func from .NET
✔️ [.NET] can deserialize using XmlSerializer
✔️ [.NET] exception when marshaling CLR data to V8 when calling exported JS function
✔️ [.NET] exception when marshaling CLR data to V8 when completing a synchronous call from JS to .NET
✔️ [.NET] exception when marshaling CLR data to V8 when completing an asynchronous call from JS to .NET
✔️ [.NET] large number of concurrent callbacks from C# to JavaScript (issue #39)
✔️ [.NET] successfuly marshals .net exception thrown on CLR thread from exported CLR lambda
✔️ [.NET] successfuly marshals .net exception thrown on V8 thread from exported CLR lambda
✔️ [.NET] sync call to exported .NET lambda
✔️ [.NET] two async callouts each with async callin (issue #22)
✔️ delayed call from node.js to .net
delayed call from node.js to .net
✔️ [.NET] succeeds for one callback after Task
✔️ edge-cs
edge-cs
✔️ [.NET] fails when dynamically loading an assembly that doesn't exist
✔️ [.NET] fails when Invoke method is missing
✔️ [.NET] fails when Startup class is missing
✔️ [.NET] fails with a reference to a non-existent assembly without comment in class
✔️ [.NET] fails with malformed class in function
✔️ [.NET] fails with malformed literal lambda
✔️ [.NET] succeeds with class in function
✔️ [.NET] succeeds with cs file with class
✔️ [.NET] succeeds with csx file with class
✔️ [.NET] succeeds with csx file with lambda
✔️ [.NET] succeeds with custom class and method name
✔️ [.NET] succeeds with dictionary input to Invoke method
✔️ [.NET] succeeds with dynamic input to async lambda
✔️ [.NET] succeeds with dynamic input to Invoke method
✔️ [.NET] succeeds with lambda in function
✔️ [.NET] succeeds with literal class
✔️ [.NET] succeeds with literal lambda
✔️ [.NET] succeeds with nested dynamic input to async lambda
✔️ [.NET] succeeds with nested dynamic input to Invoke method
✔️ [.NET] succeeds with System.Data.dll reference and a using statement in async lambda
✔️ [.NET] succeeds with System.Data.dll reference as comment in async lambda
✔️ [.NET] succeeds with System.Data.dll reference as comment in class
✔️ [.NET] succeeds with System.Data.dll reference without comment in async lambda
✔️ [.NET] succeeds with System.Data.dll reference without comment in class
✔️ edge.func
edge.func
✔️ [.NET] exists
✔️ [.NET] fails with a unsupported language parameter
✔️ [.NET] fails with a wrong language parameter
✔️ [.NET] fails with a wrong parameter
✔️ [.NET] fails with assemblyFile and nonexisting type name
✔️ [.NET] fails with assemblyFile, type name and nonexisting method name
✔️ [.NET] fails with both assemblyFile or source
✔️ [.NET] fails with missing assemblyFile or source
✔️ [.NET] fails with nonexisting assemblyFile
✔️ [.NET] fails without parameters
✔️ [.NET] succeeds with assemblyFile and type name
✔️ [.NET] succeeds with assemblyFile as options property
✔️ [.NET] succeeds with assemblyFile as string
✔️ [.NET] succeeds with assemblyFile, type name, and method name
✔️ serialization
serialization
✔️ [.NET] complex exception serialization
✔️ sync call from node.js to .net
sync call from node.js to .net
✔️ [.NET] fails if C# method does not complete synchronously
✔️ [.NET] succeeds for hello world
✔️ [.NET] succeeds for hello world when called sync and async
✔️ [.NET] successfuly marshals .net exception thrown on v8 thread from .net to node.js
✔️ [.NET] successfuly marshals data from node.js to .net
Loading