Skip to content

Commit

Permalink
Import more JIT tests.
Browse files Browse the repository at this point in the history
This imports the remainder of the tests under JIT\Methodical that are
able to target CoreCLR.

This also contains build fixes for tests under
JIT\Directed\coverage\oldtests that were mangled during a previous import.
  • Loading branch information
pgavlin committed May 21, 2015
1 parent 8e792a3 commit 66060ee
Show file tree
Hide file tree
Showing 397 changed files with 41,313 additions and 8 deletions.
1 change: 0 additions & 1 deletion tests/src/JIT/Directed/coverage/oldtests/33objref.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//

//testing more than 32 (>33) objref's on the stack and as function arguments

Expand Down
2 changes: 1 addition & 1 deletion tests/src/JIT/Directed/coverage/oldtests/app.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
Expand Down
2 changes: 1 addition & 1 deletion tests/src/JIT/Directed/coverage/oldtests/cs_template.proj
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
</Project>
</Project>
1 change: 0 additions & 1 deletion tests/src/JIT/Directed/coverage/oldtests/cse1.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//

//testing common sub-expression elimination

Expand Down
1 change: 0 additions & 1 deletion tests/src/JIT/Directed/coverage/oldtests/cse2.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//

//Testing common sub-expression elimination in random code

Expand Down
Loading

0 comments on commit 66060ee

Please sign in to comment.