Upgrade NUnit3TestAdapter to version 4.6.0 #1240
Annotations
23 errors
Jint.Tests.Runtime.DateTests.ToStringFollowsJavaScriptFormat:
d7bc2294dae14b29b0cbab0d4775a048#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)
|
Jint.Tests.Runtime.Modules.DefaultModuleLoaderTests.ShouldResolveBareSpecifiers:
d7bc2294dae14b29b0cbab0d4775a048#L1
System.UriFormatException : Invalid URI: The format of the URI could not be determined.
|
Jint.Tests.Runtime.EngineTests.TestDateToStringFormat(testDate: 1900-06-01T00:15:15.0150000):
d7bc2294dae14b29b0cbab0d4775a048#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):
d7bc2294dae14b29b0cbab0d4775a048#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):
d7bc2294dae14b29b0cbab0d4775a048#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):
d7bc2294dae14b29b0cbab0d4775a048#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):
d7bc2294dae14b29b0cbab0d4775a048#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):
d7bc2294dae14b29b0cbab0d4775a048#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:
d7bc2294dae14b29b0cbab0d4775a048#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:
d7bc2294dae14b29b0cbab0d4775a048#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.ExecutionConstraintTests.ShouldThrowExecutionCanceled
Assert.Throws() Failure: No exception was thrown
Expected: typeof(Jint.Runtime.ExecutionCanceledException)
|
windows
Process completed with exit code 1.
|
linux
The job running on runner GitHub Actions 14 has exceeded the maximum execution time of 360 minutes.
|
Jint.Tests.Runtime.NumberTests.ToLocaleString(parseNumber: "1000000":
a035f90b37da4357931b7d116eb4e516#L1
Jint.Runtime.JavaScriptException : Incorrect locale information provided
---- Jint.Runtime.JavaScriptException+JavaScriptErrorWrapperException : Incorrect locale information provided
|
Jint.Tests.Runtime.NumberTests.ToLocaleString(parseNumber: "1.234500001":
a035f90b37da4357931b7d116eb4e516#L1
Jint.Runtime.JavaScriptException : Incorrect locale information provided
---- Jint.Runtime.JavaScriptException+JavaScriptErrorWrapperException : Incorrect locale information provided
|
Jint.Tests.Runtime.NumberTests.ToLocaleString(parseNumber: "1.23":
a035f90b37da4357931b7d116eb4e516#L1
Jint.Runtime.JavaScriptException : Incorrect locale information provided
---- Jint.Runtime.JavaScriptException+JavaScriptErrorWrapperException : Incorrect locale information provided
|
Jint.Tests.Runtime.NumberTests.ToLocaleString(parseNumber: "1.234444449":
a035f90b37da4357931b7d116eb4e516#L1
Jint.Runtime.JavaScriptException : Incorrect locale information provided
---- Jint.Runtime.JavaScriptException+JavaScriptErrorWrapperException : Incorrect locale information provided
|
Jint.Tests.Runtime.NumberTests.ToLocaleString(parseNumber: "1e6":
a035f90b37da4357931b7d116eb4e516#L1
Jint.Runtime.JavaScriptException : Incorrect locale information provided
---- Jint.Runtime.JavaScriptException+JavaScriptErrorWrapperException : Incorrect locale information provided
|
Jint.Tests.Runtime.NumberTests.ToLocaleString(parseNumber: "1:
a035f90b37da4357931b7d116eb4e516#L1
Jint.Runtime.JavaScriptException : Incorrect locale information provided
---- Jint.Runtime.JavaScriptException+JavaScriptErrorWrapperException : Incorrect locale information provided
|
Jint.Tests.Runtime.DateTests.ToStringFollowsJavaScriptFormat:
a035f90b37da4357931b7d116eb4e516#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)
|
Jint.Tests.Runtime.EngineTests.TestDateToStringFormat(testDate: 1900-06-01T00:15:15.0150000):
a035f90b37da4357931b7d116eb4e516#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):
a035f90b37da4357931b7d116eb4e516#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):
a035f90b37da4357931b7d116eb4e516#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)
|