Skip to content

Commit

Permalink
Don't try to run threads test
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Dec 4, 2014
1 parent 2203a77 commit 5c6a85f
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 28 deletions.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ test_script:
- .\projects\VS12\Debug\test_metadata.exe
- .\projects\VS12\Debug\test_no_map_get_value.exe
- .\projects\VS12\Debug\test_read_node.exe
- .\projects\VS12\Debug\test_threads.exe
- .\projects\VS12\Debug\test_version.exe
#ENDEXES

Expand Down
2 changes: 1 addition & 1 deletion dev-bin/regen-win32-test-projs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ sub main {
my ($name) = $file =~ /(\w*)_t.c$/;

next unless $name;
next if $name eq 'threads';

push @names, $name;

next if $name eq 'threads';
my $project = $template;

$project =~ s/%TESTNAME%/$name/g;
Expand Down
4 changes: 2 additions & 2 deletions projects/VS12-tests/bad_pointers.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8E11BAF4-7B63-11E4-AE98-6B41E8A9DDB2}</ProjectGuid>
<ProjectGuid>{36BE728E-7BDF-11E4-8DFB-6C11E8A9DDB2}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>bad_pointers</RootNamespace>
<ProjectName>test_bad_pointers</ProjectName>
Expand Down Expand Up @@ -102,4 +102,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions projects/VS12-tests/basic_lookup.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8E11C512-7B63-11E4-AE98-6B41E8A9DDB2}</ProjectGuid>
<ProjectGuid>{36BE7C7A-7BDF-11E4-8DFB-6C11E8A9DDB2}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>basic_lookup</RootNamespace>
<ProjectName>test_basic_lookup</ProjectName>
Expand Down Expand Up @@ -102,4 +102,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions projects/VS12-tests/data_entry_list.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8E11C882-7B63-11E4-AE98-6B41E8A9DDB2}</ProjectGuid>
<ProjectGuid>{36BE7FB8-7BDF-11E4-8DFB-6C11E8A9DDB2}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>data_entry_list</RootNamespace>
<ProjectName>test_data_entry_list</ProjectName>
Expand Down Expand Up @@ -102,4 +102,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions projects/VS12-tests/data_types.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8E11CBD4-7B63-11E4-AE98-6B41E8A9DDB2}</ProjectGuid>
<ProjectGuid>{36BE82EC-7BDF-11E4-8DFB-6C11E8A9DDB2}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>data_types</RootNamespace>
<ProjectName>test_data_types</ProjectName>
Expand Down Expand Up @@ -102,4 +102,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions projects/VS12-tests/dump.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8E11CEEA-7B63-11E4-AE98-6B41E8A9DDB2}</ProjectGuid>
<ProjectGuid>{36BE863E-7BDF-11E4-8DFB-6C11E8A9DDB2}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>dump</RootNamespace>
<ProjectName>test_dump</ProjectName>
Expand Down Expand Up @@ -102,4 +102,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions projects/VS12-tests/get_value.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8E11D5E8-7B63-11E4-AE98-6B41E8A9DDB2}</ProjectGuid>
<ProjectGuid>{36BE8D00-7BDF-11E4-8DFB-6C11E8A9DDB2}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>get_value</RootNamespace>
<ProjectName>test_get_value</ProjectName>
Expand Down Expand Up @@ -102,4 +102,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions projects/VS12-tests/get_value_pointer_bug.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8E11D2AA-7B63-11E4-AE98-6B41E8A9DDB2}</ProjectGuid>
<ProjectGuid>{36BE89A4-7BDF-11E4-8DFB-6C11E8A9DDB2}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>get_value_pointer_bug</RootNamespace>
<ProjectName>test_get_value_pointer_bug</ProjectName>
Expand Down Expand Up @@ -102,4 +102,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions projects/VS12-tests/ipv4_start_cache.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8E11D930-7B63-11E4-AE98-6B41E8A9DDB2}</ProjectGuid>
<ProjectGuid>{36BE9070-7BDF-11E4-8DFB-6C11E8A9DDB2}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>ipv4_start_cache</RootNamespace>
<ProjectName>test_ipv4_start_cache</ProjectName>
Expand Down Expand Up @@ -102,4 +102,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions projects/VS12-tests/ipv6_lookup_in_ipv4.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8E11DC64-7B63-11E4-AE98-6B41E8A9DDB2}</ProjectGuid>
<ProjectGuid>{36BE93D6-7BDF-11E4-8DFB-6C11E8A9DDB2}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>ipv6_lookup_in_ipv4</RootNamespace>
<ProjectName>test_ipv6_lookup_in_ipv4</ProjectName>
Expand Down Expand Up @@ -102,4 +102,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions projects/VS12-tests/metadata.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8E11DFC0-7B63-11E4-AE98-6B41E8A9DDB2}</ProjectGuid>
<ProjectGuid>{36BE9728-7BDF-11E4-8DFB-6C11E8A9DDB2}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>metadata</RootNamespace>
<ProjectName>test_metadata</ProjectName>
Expand Down Expand Up @@ -102,4 +102,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions projects/VS12-tests/no_map_get_value.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8E11E33A-7B63-11E4-AE98-6B41E8A9DDB2}</ProjectGuid>
<ProjectGuid>{36BE9A66-7BDF-11E4-8DFB-6C11E8A9DDB2}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>no_map_get_value</RootNamespace>
<ProjectName>test_no_map_get_value</ProjectName>
Expand Down Expand Up @@ -102,4 +102,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions projects/VS12-tests/read_node.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8E11E68C-7B63-11E4-AE98-6B41E8A9DDB2}</ProjectGuid>
<ProjectGuid>{36BE9D90-7BDF-11E4-8DFB-6C11E8A9DDB2}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>read_node</RootNamespace>
<ProjectName>test_read_node</ProjectName>
Expand Down Expand Up @@ -102,4 +102,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions projects/VS12-tests/version.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8E11ED26-7B63-11E4-AE98-6B41E8A9DDB2}</ProjectGuid>
<ProjectGuid>{36BEA0F6-7BDF-11E4-8DFB-6C11E8A9DDB2}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>version</RootNamespace>
<ProjectName>test_version</ProjectName>
Expand Down Expand Up @@ -102,4 +102,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 5c6a85f

Please sign in to comment.