Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Domain reload test cases fixes#1287

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
62 commits
Select commitHold shift + click to select a range
fc7da1d
Adds test cases for member changes during a domain reload
BadSingletonNov 9, 2020
72fafdd
!fixup add the project to the solution files
BadSingletonNov 9, 2020
20861b2
Add more test cases
BadSingletonNov 18, 2020
2253ef3
Merge remote-tracking branch 'upstream/master' into domain-reload-tes…
BadSingletonNov 18, 2020
635edac
Make the tests run as netcoreapp
BadSingletonNov 19, 2020
0ee931e
Remove stray colon
BadSingletonNov 19, 2020
3dad96e
Rework the serialization of reflected types
BadSingletonNov 19, 2020
90a81f3
Call PyType_Modified after modifying the type
BadSingletonNov 20, 2020
10276f1
Some code review changes
BadSingletonNov 20, 2020
4d0e2ce
fixup! Some code review changes
BadSingletonNov 23, 2020
02fa245
Remove hungarian notation from Maybe* types
BadSingletonNov 23, 2020
91c881c
Check the type of the exception before ignoring it
BadSingletonNov 23, 2020
284e8e1
Check for validity, don't throw
BadSingletonNov 23, 2020
fe96781
Refactor the member binding logic of ClassManager
BadSingletonNov 23, 2020
6ff9e0b
Include info about why deserialization failed in Maybe*
BadSingletonNov 23, 2020
4d2d05b
improve deserialization resolution of ref, out and in parameters
BadSingletonNov 24, 2020
5f061bc
Clean up the project and solution files
BadSingletonNov 26, 2020
3adc559
Merge branch 'master' into domain-reload-test-cases
BadSingletonNov 26, 2020
e8543cf
Rework the serialization of reflected types
BadSingletonNov 19, 2020
61b0d8c
Call PyType_Modified after modifying the type
BadSingletonNov 20, 2020
c8bacf3
Some code review changes
BadSingletonNov 20, 2020
cde5c23
fixup! Some code review changes
BadSingletonNov 23, 2020
a956773
Remove hungarian notation from Maybe* types
BadSingletonNov 23, 2020
ee3b391
Check the type of the exception before ignoring it
BadSingletonNov 23, 2020
9b4d5f9
Check for validity, don't throw
BadSingletonNov 23, 2020
a2f3294
Refactor the member binding logic of ClassManager
BadSingletonNov 23, 2020
46dcb9d
Include info about why deserialization failed in Maybe*
BadSingletonNov 23, 2020
10116bb
improve deserialization resolution of ref, out and in parameters
BadSingletonNov 24, 2020
102054e
!fixup leftover error from the rebase
BadSingletonNov 26, 2020
329de5d
Add fixes and test for nested classes
BadSingletonNov 27, 2020
f97262b
Code review fixes
BadSingletonDec 2, 2020
ceb3fab
Merge branch 'master' into domain-reload-test-cases-fixes
BadSingletonDec 2, 2020
2d6ae4c
fixup! Merge branch 'master' into domain-reload-test-cases-fixes
BadSingletonDec 2, 2020
16a39a6
fixup! Code review fixes
BadSingletonDec 2, 2020
ace340d
Fix build failures on non-windows
BadSingletonDec 8, 2020
78a8088
fixup! Fix build failures on non-windows
BadSingletonDec 8, 2020
3232f79
Merge remote-tracking branch 'origin/domain-reload-test-cases-fixes' …
BadSingletonDec 8, 2020
87287a5
Merge branch 'master' into domain-reload-test-cases-fixes
BadSingletonDec 8, 2020
44b4800
Merge branch 'master' into domain-reload-test-cases-fixes
BadSingletonDec 10, 2020
79516f1
Code review fixes
BadSingletonDec 10, 2020
421f665
Merge remote-tracking branch 'upstream/master' into domain-reload-tes…
BadSingletonDec 10, 2020
5e4c976
(WIP) rework project structure
BadSingletonDec 11, 2020
9d1991a
Merge remote-tracking branch 'upstream/master' into domain-reload-tes…
BadSingletonDec 14, 2020
bcf0cd6
Rework the projects file structure
BadSingletonDec 14, 2020
73e5a6b
Check teh return value of PyDict_DelItemString
BadSingletonDec 14, 2020
510a7ae
netstandard.dll is a Facade Library
BadSingletonDec 16, 2020
21eb14c
Remove TestClassReference
BadSingletonDec 17, 2020
59e81e2
Test runner docs fixes
BadSingletonDec 17, 2020
1383b5a
Skip the domain reload tests on macos
BadSingletonDec 17, 2020
fbc06ef
fixup! Skip the domain reload tests on macos
BadSingletonDec 17, 2020
b3e86da
Update ISSUE_TEMPLATE.md
filmorDec 17, 2020
0b027c6
refactoring in CreateSubType
lostmsuDec 17, 2020
b4533c4
allocate space for GCHandle in instances of CLR Metatype (which are t…
lostmsuDec 18, 2020
0a3f044
classderived: handle tp_dealloc called after tp_clear
lostmsuDec 18, 2020
639236a
a few extra assertions
lostmsuDec 18, 2020
3069285
fixed crash in finalizer of CLR types defined in Python, that survive…
lostmsuDec 18, 2020
5c14aad
Merge branch 'master' into domain-reload-test-cases-fixes
BadSingletonDec 18, 2020
00c19d5
Merge branch 'master' into domain-reload-test-cases-fixes
BadSingletonJan 4, 2021
833e836
Fix break introduced by merge
BadSingletonJan 4, 2021
62ae107
Code review fixes
BadSingletonJan 4, 2021
eedbae5
Merge remote-tracking branch 'upstream/master' into domain-reload-tes…
BadSingletonJan 5, 2021
73f39bc
Add the PID of the test runner
BadSingletonJan 6, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletionspythonnet.sln
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -14,6 +14,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Python.Test", "src\testing\
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Python.PerformanceTests", "src\perf_tests\Python.PerformanceTests.csproj", "{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Python.DomainReloadTests", "src\domain_tests\Python.DomainReloadTests.csproj", "{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Repo", "Repo", "{441A0123-F4C6-4EE4-9AEE-315FD79BE2D5}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Expand DownExpand Up@@ -131,6 +133,18 @@ Global
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}.Release|x64.Build.0 = Release|x64
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}.Release|x86.ActiveCfg = Release|x86
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}.Release|x86.Build.0 = Release|x86
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}.Debug|x64.ActiveCfg = Debug|Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}.Debug|x64.Build.0 = Debug|Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}.Debug|x86.ActiveCfg = Debug|Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}.Debug|x86.Build.0 = Debug|Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}.Release|Any CPU.Build.0 = Release|Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}.Release|x64.ActiveCfg = Release|Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}.Release|x64.Build.0 = Release|Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}.Release|x86.ActiveCfg = Release|Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}.Release|x86.Build.0 = Release|Any CPU
{6CF9EEA0-F865-4536-AABA-739AE3DA971E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CF9EEA0-F865-4536-AABA-739AE3DA971E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CF9EEA0-F865-4536-AABA-739AE3DA971E}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand Down
6 changes: 6 additions & 0 deletionssrc/domain_tests/App.config
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>
26 changes: 26 additions & 0 deletionssrc/domain_tests/Python.DomainReloadTests.csproj
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net472</TargetFrameworks>
<OutputPath>bin\</OutputPath>
<OutputType>Exe</OutputType>
</PropertyGroup>

<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\runtime\Python.Runtime.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
</ItemGroup>

</Project>
Loading

[8]ページ先頭

©2009-2025 Movatter.jp