Skip to content

Enable code analysis with latest-Recommended #808

Enable code analysis with latest-Recommended

Enable code analysis with latest-Recommended #808

Triggered via pull request November 12, 2023 09:07
Status Failure
Total duration 4m 1s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Jint.Tests.Runtime.ErrorTests.CallStackBuildingShouldSkipResolvingFromEngine: Jint.Tests/Runtime/ErrorTests.cs#L226
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(Jint.Runtime.JavaScriptException) Actual: typeof(System.Collections.Generic.KeyNotFoundException) ---- System.Collections.Generic.KeyNotFoundException : The given key 'recursive' was not present in the dictionary.
Jint.Tests.Runtime.ExecutionConstraintTests.ShouldProvideCallChainWhenDiscardRecursion: Jint.Tests/Runtime/ExecutionConstraintTests.cs#L167
System.Collections.Generic.KeyNotFoundException : The given key 'funcRoot' was not present in the dictionary.
macos
Process completed with exit code 1.
Jint.Tests.Runtime.ErrorTests.CallStackBuildingShouldSkipResolvingFromEngine: Jint.Tests/Runtime/ErrorTests.cs#L226
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(Jint.Runtime.JavaScriptException) Actual: typeof(System.Collections.Generic.KeyNotFoundException) ---- System.Collections.Generic.KeyNotFoundException : The given key 'recursive' was not present in the dictionary.
linux
Process completed with exit code 1.
Jint.Tests.Runtime.ExecutionConstraintTests.ShouldProvideCallChainWhenDiscardRecursion: Jint.Tests/Runtime/ExecutionConstraintTests.cs#L167
System.Collections.Generic.KeyNotFoundException : The given key 'funcRoot' was not present in the dictionary.
Jint.Tests.Runtime.ExecutionConstraintTests.ShouldDiscardDeepRecursion: Jint.Tests/Runtime/ExecutionConstraintTests.cs#L207
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(Jint.Runtime.RecursionDepthOverflowException) Actual: typeof(System.Collections.Generic.KeyNotFoundException) ---- System.Collections.Generic.KeyNotFoundException : The given key 'factorial' was not present in the dictionary.
Jint.Tests.Runtime.ExecutionConstraintTests.ShouldProvideCallChainWhenDiscardRecursion: Jint.Tests/Runtime/ExecutionConstraintTests.cs#L138
System.Collections.Generic.KeyNotFoundException : The given key was not present in the dictionary.
windows
Process completed with exit code 1.