[System.Web] Fix standalone-runner to return non-zero exit code on failure (#4562)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 21 Mar 2017 12:04:19 +0000 (13:04 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Mar 2017 12:04:19 +0000 (13:04 +0100)
commita9c402ffdac727da165baf086d31f88e4f7aed27
tree9c459434feba16258741930bdb82834bc8186327
parentc1c09bc78d33dda29a4e53aa833f8ed09bbadaf2
[System.Web] Fix standalone-runner to return non-zero exit code on failure (#4562)

* [System.Web] Fix standalone-runner to return non-zero exit code on failure

We didn't notice that test runs with standalone-runner.exe failed
because it still exited with 0 in those cases.

Fixed that and the standalone tests that showed up as failed in
System.Web.Extensions (some differences likely from referencesource
code import).

* Fix replacement logic for Consts.cs.in to use Windows paths
mcs/class/System.Web.Extensions/Makefile
mcs/class/System.Web.Extensions/Test/standalone-tests/.gitignore [new file with mode: 0644]
mcs/class/System.Web.Extensions/Test/standalone-tests/DataPager_NumericPagerField_Bug615315.cs
mcs/class/System.Web/Test/tools/standalone-runner.cs