This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include(clrfeatures.cmake)
2
2
3
3
# If set, indicates that this is not an officially supported release
4
4
# Keep in sync with IsPrerelease in dir.props
5
- set (PRERELEASE 1 )
5
+ set (PRERELEASE 0 )
6
6
7
7
# Features we're currently flighting, but don't intend to ship in officially supported releases
8
8
if (PRERELEASE)
Original file line number Diff line number Diff line change 142
142
<!-- If true, indicates that this is not an officially supported release -->
143
143
<!-- It is important to flip this to false in official release branches -->
144
144
<!-- Keep it in sync with PRERELEASE in clrdefinitions.cmake -->
145
- <IsPrerelease >true </IsPrerelease >
145
+ <IsPrerelease >false </IsPrerelease >
146
146
147
147
<!-- This should be kept in sync with package details in src/.nuget/init/project.json -->
148
148
<RuntimeIdGraphDefinitionVersion >1.0.2-beta-24224-02</RuntimeIdGraphDefinitionVersion >
Original file line number Diff line number Diff line change 195
195
</ExcludeList >
196
196
</ItemGroup >
197
197
198
+ <!-- Tests for features we are not shipping in this release -->
199
+
200
+ <ItemGroup Condition =" '$(XunitTestBinBase)' != ''" >
201
+ <ExcludeList Include =" $(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\genericmethods\genericmethods\*" >
202
+ <Issue >Not a shipping feature</Issue >
203
+ </ExcludeList >
204
+ <ExcludeList Include =" $(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\methodimpl\methodimpl\*" >
205
+ <Issue >Not a shipping feature</Issue >
206
+ </ExcludeList >
207
+ <ExcludeList Include =" $(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\simple\simple\*" >
208
+ <Issue >Not a shipping feature</Issue >
209
+ </ExcludeList >
210
+ <ExcludeList Include =" $(XunitTestBinBase)\Loader\classloader\DefaultInterfaceMethods\valuetypes\valuetypes\*" >
211
+ <Issue >Not a shipping feature</Issue >
212
+ </ExcludeList >
213
+ </ItemGroup >
214
+
198
215
<!-- The following are x86 failures -->
199
216
200
217
<ItemGroup Condition =" '$(XunitTestBinBase)' != '' and '$(BuildArch)' == 'x86'" >
Original file line number Diff line number Diff line change @@ -74,6 +74,10 @@ GC/Regressions/dev10bugs/536168/536168/536168.sh
74
74
Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape/diamondshape.sh
75
75
Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics/sharedgenerics.sh
76
76
Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrainedcall/constrainedcall.sh
77
+ Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods/genericmethods.sh
78
+ Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl/methodimpl.sh
79
+ Loader/classloader/DefaultInterfaceMethods/simple/simple/simple.sh
80
+ Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes/valuetypes.sh
77
81
Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612/Generated612.sh
78
82
Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613/Generated613.sh
79
83
Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614/Generated614.sh
You can’t perform that action at this time.
0 commit comments