Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Fixed failing test System.Data.Tests.AppDomainsAndFormatInfo.Bug55978 #25482

Merged
merged 1 commit into from
Nov 24, 2017
Merged

Fixed failing test System.Data.Tests.AppDomainsAndFormatInfo.Bug55978 #25482

merged 1 commit into from
Nov 24, 2017

Conversation

Cronan
Copy link
Contributor

@Cronan Cronan commented Nov 24, 2017

Fixes #25409
Changed ' to # in RowFilter to fix broken test due to en-GB locale.

@stephentoub
Copy link
Member

Thanks

@stephentoub stephentoub merged commit 1de2a4f into dotnet:master Nov 24, 2017
@Cronan Cronan deleted the rowfilter_date branch November 24, 2017 15:17
@karelz karelz added this to the 2.1.0 milestone Dec 4, 2017
Dotnet-GitSync-Bot pushed a commit to Dotnet-GitSync-Bot/corefx that referenced this pull request Jul 1, 2019
…ckBase (dotnet#25482)

Fixes https://github.com/dotnet/coreclr/issues/25242
- The issue could be that there is no memory barrier (or in the wrong place) on the thread reading the value, and an old value could be cached and read

Signed-off-by: dotnet-bot <[email protected]>
safern pushed a commit that referenced this pull request Jul 1, 2019
…ckBase (#25482)

Fixes https://github.com/dotnet/coreclr/issues/25242
- The issue could be that there is no memory barrier (or in the wrong place) on the thread reading the value, and an old value could be cached and read

Signed-off-by: dotnet-bot <[email protected]>
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failure: System.Data.Tests.AppDomainsAndFormatInfo.Bug55978
3 participants