Use arguments in Number.toLocaleString #846
Annotations
12 errors
Jint.Tests.PublicInterface.PublicInterfaceTests.BindFunctionInstancesArePublic:
Jint.Tests.PublicInterface/PublicInterfaceTests.cs#L31
System.AggregateException : One or more errors occurred. (Unable to cast object of type 'Jint.Runtime.Environments.GlobalEnvironmentRecord' to type 'Jint.Runtime.Environments.FunctionEnvironmentRecord'.)
---- System.InvalidCastException : Unable to cast object of type 'Jint.Runtime.Environments.GlobalEnvironmentRecord' to type 'Jint.Runtime.Environments.FunctionEnvironmentRecord'.
|
macos
Process completed with exit code 1.
|
Jint.Tests.PublicInterface.ShadowRealmTests.CanUseViaEngineMethods:
Jint.Tests.PublicInterface/ShadowRealmTests.cs#L25
System.ArgumentException : Module Not Found: (Parameter './modules/format-name.js')
|
Jint.Tests.Runtime.ModuleTests.CanImportFromFileWithSpacesInPath:
Jint.Tests/Runtime/ModuleTests.cs#L332
System.ArgumentException : Module Not Found: (Parameter './dir with spaces/format name.js')
|
Jint.Tests.Runtime.ModuleTests.CanImportFromFile:
Jint.Tests/Runtime/ModuleTests.cs#L322
System.ArgumentException : Module Not Found: (Parameter './modules/format-name.js')
|
Jint.Tests.Runtime.ModuleTests.CanLoadModuleImportsFromFiles:
Jint.Tests/Runtime/ModuleTests.cs#L313
System.ArgumentException : Module Not Found: (Parameter './modules/user.js')
|
Jint.Tests.Runtime.NumberTests.ToLocaleString(parseNumber: "1000000":
Jint.Tests/Runtime/NumberTests.cs#L133
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "1 000 000"
Actual: "1 000 000"
↑ (pos 1)
|
Jint.Tests.Runtime.NumberTests.ToLocaleString(parseNumber: "1e6":
Jint.Tests/Runtime/NumberTests.cs#L133
Assert.Equal() Failure: Strings differ
↓ (pos 1)
Expected: "1 000 000"
Actual: "1 000 000"
↑ (pos 1)
|
Jint.Tests.PublicInterface.ShadowRealmTests.CanUseViaEngineMethods:
Jint.Tests.PublicInterface/ShadowRealmTests.cs#L22
System.ArgumentException : Module Not Found:
Parameter name: ./modules/format-name.js
|
Jint.Tests.Runtime.ModuleTests.CanImportFromFileWithSpacesInPath:
Jint.Tests/Runtime/ModuleTests.cs#L331
System.ArgumentException : Module Not Found:
Parameter name: ./dir with spaces/format name.js
|
Jint.Tests.Runtime.ModuleTests.CanImportFromFile:
Jint.Tests/Runtime/ModuleTests.cs#L321
System.ArgumentException : Module Not Found:
Parameter name: ./modules/format-name.js
|
Jint.Tests.Runtime.ModuleTests.CanLoadModuleImportsFromFiles:
Jint.Tests/Runtime/ModuleTests.cs#L312
System.ArgumentException : Module Not Found:
Parameter name: ./modules/user.js
|