Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Get simple tests to work #144

Merged
merged 1 commit into from
Oct 30, 2015
Merged

Get simple tests to work #144

merged 1 commit into from
Oct 30, 2015

Conversation

schellap
Copy link

Stopgap solution to get simple tests running while proper automation work is in progress. @jkotas, @MichalStrehovsky PTAL.

@@ -183,3 +183,6 @@ exit /b 1

:AfterILToNativeBuild

pushd "%__ProjectDir%\tests"
call "runtest.cmd"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once this goes in, we should make sure that test break will actually result in CI job failing.

@schellap
Copy link
Author

@gkhanna79 and @janvorli, I've disabled a couple of warnings, could you PTAL? @gkhanna79, I've included your changes as well for Mac.

@@ -386,7 +386,7 @@ extern "C" void RhpThrowHwEx()
#ifndef CPPCODEGEN
SimpleModuleHeader __module = { NULL, NULL /* &__gcStatics, &__gcStaticsDescs */ };

extern "C" int repro_Program__Main();
extern "C" int __managed__Main();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we also changing this name in the VS solutions since the Wiki references the original function names for setting breakpoints? We should keep the names consistent to ease debugging.

@davidwrighton
Copy link
Member

LGTM

Stopgap solution to get simple tests running while proper automation work is in progress

Disable Ubuntu/Mac build warning: unused-function.
schellap pushed a commit that referenced this pull request Oct 30, 2015
Get simple tests to work
@schellap schellap merged commit e113096 into dotnet:master Oct 30, 2015
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.

None yet

4 participants