Upgrade NUnit3TestAdapter to version 4.6.0 #1239
Annotations
21 errors
Jint.Tests.Runtime.EngineTests.TestDateToStringFormat(testDate: 1900-06-01T00:15:15.0150000):
e0bb30884e5a46f0a9ec6369bd9f60a9#L1
Assert.Equal() Failure: Strings differ
↓ (pos 36)
Expected: ···"00:15:15 GMT-0800 (Pacific Standard Time)"
Actual: "Fri Jun 01 1900 00:15:15 GMT-0800 (PST)"
↑ (pos 36)
|
Jint.Tests.Runtime.EngineTests.TestDateToStringFormat(testDate: 2000-01-01T00:00:00.0000000):
e0bb30884e5a46f0a9ec6369bd9f60a9#L1
Assert.Equal() Failure: Strings differ
↓ (pos 36)
Expected: ···"00:00:00 GMT-0800 (Pacific Standard Time)"
Actual: "Sat Jan 01 2000 00:00:00 GMT-0800 (PST)"
↑ (pos 36)
|
Jint.Tests.Runtime.EngineTests.TestDateToStringFormat(testDate: 2000-01-01T00:15:15.0150000):
e0bb30884e5a46f0a9ec6369bd9f60a9#L1
Assert.Equal() Failure: Strings differ
↓ (pos 36)
Expected: ···"00:15:15 GMT-0800 (Pacific Standard Time)"
Actual: "Sat Jan 01 2000 00:15:15 GMT-0800 (PST)"
↑ (pos 36)
|
Jint.Tests.Runtime.EngineTests.TestDateToStringFormat(testDate: 1900-01-01T00:15:15.0150000):
e0bb30884e5a46f0a9ec6369bd9f60a9#L1
Assert.Equal() Failure: Strings differ
↓ (pos 36)
Expected: ···"00:15:15 GMT-0800 (Pacific Standard Time)"
Actual: "Mon Jan 01 1900 00:15:15 GMT-0800 (PST)"
↑ (pos 36)
|
Jint.Tests.Runtime.EngineTests.TestDateToStringFormat(testDate: 1900-01-01T00:00:00.0000000):
e0bb30884e5a46f0a9ec6369bd9f60a9#L1
Assert.Equal() Failure: Strings differ
↓ (pos 36)
Expected: ···"00:00:00 GMT-0800 (Pacific Standard Time)"
Actual: "Mon Jan 01 1900 00:00:00 GMT-0800 (PST)"
↑ (pos 36)
|
Jint.Tests.Runtime.EngineTests.TestDateToStringFormat(testDate: 2000-06-01T00:15:15.0150000):
e0bb30884e5a46f0a9ec6369bd9f60a9#L1
Assert.Equal() Failure: Strings differ
↓ (pos 36)
Expected: ···"00:15:15 GMT-0700 (Pacific Standard Time)"
Actual: "Thu Jun 01 2000 00:15:15 GMT-0700 (PST)"
↑ (pos 36)
|
Jint.Tests.Runtime.EngineTests.DateToStringMethodsShouldUseCurrentTimeZoneAndCulture:
e0bb30884e5a46f0a9ec6369bd9f60a9#L1
Assert.Equal() Failure: Values differ
Expected: Mon Jun 01 2015 05:00:00 GMT-0700 (Pacific Standard Time)
Actual: Mon Jun 01 2015 05:00:00 GMT-0700 (PST)
|
Jint.Tests.Runtime.EngineTests.DateShouldHonorTimezoneDaylightSavingRules:
e0bb30884e5a46f0a9ec6369bd9f60a9#L1
Assert.Equal() Failure: Values differ
Expected: Thu Sep 01 2016 00:00:00 GMT-0400 (US Eastern Standard Time)
Actual: Thu Sep 01 2016 00:00:00 GMT-0400 (EST)
|
Jint.Tests.Runtime.StringTests.ShouldCompareWithLocale:
e0bb30884e5a46f0a9ec6369bd9f60a9#L1
Assert.Equal() Failure: Values differ
Expected: -1
Actual: 1
|
Jint.Tests.Runtime.DateTests.ToStringFollowsJavaScriptFormat:
e0bb30884e5a46f0a9ec6369bd9f60a9#L1
Assert.Equal() Failure: Values differ
Expected: Tue Feb 01 2022 00:00:00 GMT+0800 (China Standard Time)
Actual: Tue Feb 01 2022 00:00:00 GMT+0800 (CST)
|
linux
The job running on runner GitHub Actions 18 has exceeded the maximum execution time of 360 minutes.
|
Jint.Tests.Runtime.Modules.DefaultModuleLoaderTests.ShouldResolveBareSpecifiers:
94ef885701ef4060950d992c71fa9fe4#L1
System.UriFormatException : Invalid URI: The format of the URI could not be determined.
|
Jint.Tests.Runtime.InteropTests.ArrayPrototypePushWithInteropList:
94ef885701ef4060950d992c71fa9fe4#L1
System.NotSupportedException : Exception of type 'System.NotSupportedException' was thrown.
|
Jint.Tests.Runtime.InteropTests.ArrayPrototypePopWithInteropList:
94ef885701ef4060950d992c71fa9fe4#L1
System.NotSupportedException : Exception of type 'System.NotSupportedException' was thrown.
|
Jint.Tests.Runtime.StringTests.ShouldCompareWithLocale:
94ef885701ef4060950d992c71fa9fe4#L1
Assert.Equal() Failure: Values differ
Expected: -1
Actual: 1
|
Jint.Tests.Runtime.NumberTests.ToLocaleString(parseNumber: "1000000":
94ef885701ef4060950d992c71fa9fe4#L1
Jint.Runtime.JavaScriptException : Incorrect locale information provided
---- Jint.Runtime.JavaScriptException+JavaScriptErrorWrapperException : Incorrect locale information provided
|
Jint.Tests.Runtime.NumberTests.ToLocaleString(parseNumber: "1.234500001":
94ef885701ef4060950d992c71fa9fe4#L1
Jint.Runtime.JavaScriptException : Incorrect locale information provided
---- Jint.Runtime.JavaScriptException+JavaScriptErrorWrapperException : Incorrect locale information provided
|
Jint.Tests.Runtime.NumberTests.ToLocaleString(parseNumber: "1.23":
94ef885701ef4060950d992c71fa9fe4#L1
Jint.Runtime.JavaScriptException : Incorrect locale information provided
---- Jint.Runtime.JavaScriptException+JavaScriptErrorWrapperException : Incorrect locale information provided
|
Jint.Tests.Runtime.NumberTests.ToLocaleString(parseNumber: "1.234444449":
94ef885701ef4060950d992c71fa9fe4#L1
Jint.Runtime.JavaScriptException : Incorrect locale information provided
---- Jint.Runtime.JavaScriptException+JavaScriptErrorWrapperException : Incorrect locale information provided
|
Jint.Tests.Runtime.NumberTests.ToLocaleString(parseNumber: "1e6":
94ef885701ef4060950d992c71fa9fe4#L1
Jint.Runtime.JavaScriptException : Incorrect locale information provided
---- Jint.Runtime.JavaScriptException+JavaScriptErrorWrapperException : Incorrect locale information provided
|
Jint.Tests.Runtime.NumberTests.ToLocaleString(parseNumber: "1:
94ef885701ef4060950d992c71fa9fe4#L1
Jint.Runtime.JavaScriptException : Incorrect locale information provided
---- Jint.Runtime.JavaScriptException+JavaScriptErrorWrapperException : Incorrect locale information provided
|