Bryan Thornbury
ca7bab6c11
Merge pull request #1504 from dotnet/brthor/build-conditional-targets
...
Build Conditional Targets & Coreclr/Deb Package Dependencies Check
2016-02-24 18:20:26 -08:00
Bryan Thornbury
6b2539cf94
Merge pull request #1539 from dotnet/brthor/unix_console_color
...
Use System.Console for colors on Unix
2016-02-24 18:18:06 -08:00
Pavel Krymets
6013ee0981
Merge pull request #1565 from dotnet/pakrym/messages
...
Add better messages for run scenarios
2016-02-24 17:31:45 -08:00
Bryan
ade5479196
Update CoreCLR & Corefx dependencies based on ldd method.
...
Use a hardcoded list for ubuntu and slight refactoring for cleaner targets
code.
2016-02-24 16:59:26 -08:00
Bryan Thornbury
6d8b622451
Add Conditional Target capabilities to the build scripts
...
Make Attribute properties immutable
PR Feedback, bugfixes
PR Feedback
2016-02-24 16:55:11 -08:00
Bryan
adc6aa7eff
Fixes #832 , add debian package and coreclr prereq check to the build.
...
PR Feedback
2016-02-24 16:55:10 -08:00
Bryan Thornbury
ea4f15bb5a
delete left over file
2016-02-24 14:30:13 -08:00
Zlatko Knezevic
1d244ca43b
Merge pull request #1568 from dotnet/blackdwarf-patch-3
...
Update issue-filing-guide.md
2016-02-24 14:24:51 -08:00
Pavel Krymets
334ee7829a
Merge pull request #1536 from dotnet/pakrym/fix-run-tests
...
Fix run tests
2016-02-24 14:03:23 -08:00
Pavel Krymets
acd581c376
Merge pull request #1502 from dotnet/pakrym/dc-deps
...
Add support for reading DepedencyContext from deps file
2016-02-24 14:03:15 -08:00
Pavel Krymets
e352841a1e
Merge pull request #1553 from dotnet/pakrym/tests2
...
Fix dotnet pack with buildbasepath
2016-02-24 14:03:03 -08:00
Zlatko Knezevic
e3feb3a3df
Update issue-filing-guide.md
...
Fixing some errors.
2016-02-24 13:47:44 -08:00
Michael Simons
4c9b882abd
Merge pull request #1546 from MichaelSimons/solution
...
General cleanup of the solution.
2016-02-24 15:19:31 -06:00
Bryan
a986a89dcc
update with @stephentoub 's suggested changes
2016-02-24 10:51:36 -08:00
Pavel Krymets
a074101b1d
Add better messages for run scenarios
2016-02-24 10:49:00 -08:00
MichaelSimons
0149f0bc72
General cleanup of the solution. Removed non-existant projects, fixed paths, removed invalid projects, etc.
2016-02-24 09:02:42 -08:00
Pavel Krymets
89cf169a08
Fix run tests
2016-02-24 08:12:32 -08:00
Zlatko Knezevic
3be6ca2b0a
Merge pull request #1524 from blackdwarf/readmefix
...
Fixing the README.md and adding issues filing guide
2016-02-24 04:43:57 -08:00
Pavel Krymets
0037e0aba9
Fix dontet pack with buildbasepath
2016-02-23 19:13:50 -08:00
Pavel Krymets
62284943fc
Add support for reading DepedencyContext from deps file
2016-02-23 18:16:40 -08:00
Livar
7407a898e0
Merge pull request #1516 from livarcocc/debug_tests
...
Modifying dotnet test to handle the new design for debug and making it unit testable
2016-02-23 17:33:36 -08:00
David Fowler
211f0e7af3
Merge pull request #1533 from dotnet/davidfowl/newer-nuget
...
Updated NuGet package reference
2016-02-23 13:41:49 -08:00
Bryan
b2fab6df02
Update Reporter in build.
2016-02-23 12:10:50 -08:00
Bryan
619eaa0c55
Use System.Console on Unix
2016-02-23 11:45:57 -08:00
Livar Cunha
7630337074
Adding unit tests for the state machine of dotnet test. Starting the implementation of a state machine in dotnet test. Right now we only handle the TestSession:Terminate message.
...
Adding a message handler for the version check message. Also introduced an IDotnetTest that handles state and handlers (the state machine).
Adding the test discover start message handler and introducing a test runner.
Added the handler for the GetTestRunnerProcessInfo message. Also, modified dotnet test to have separate setter for the special message handlers for terminate and unknown messages and added a separate method to add new reporting channels to DotnetTest, so that it can handle the new listener for the test runner.
Added the test runner test discovery handlers.
Added handlers to deal with the test execution itself.
Updated dotnet-test program to use the message handlers during design time.
Added a test for the whole discover tests message flow.
Added a test for the run tests full message exchange.
2016-02-23 11:20:04 -08:00
Zlatko Knezevic
ca685b6e27
Fixing a small RC1 omission in the README.md
2016-02-23 11:11:49 -08:00
David Fowler
a049eee253
Updated NuGet pacakge reference
2016-02-23 10:32:15 -08:00
Sridhar Periyasamy
2aedd677c6
Merge pull request #1522 from Sridhar-MS/wix-upgrade
...
Upgrade Wix to stable version 3.10.2.
2016-02-23 10:04:48 -08:00
Zlatko Knezevic
288a2a4dd5
Responding to PR feedback
2016-02-23 09:54:03 -08:00
Pavel Krymets
f45f08c4da
Merge pull request #1468 from dotnet/pakrym/assets
...
Asset refactoring and content files
2016-02-23 09:18:47 -08:00
Pavel Krymets
a71112ce8f
Asset refactoring and content files
2016-02-23 08:34:38 -08:00
David Fowler
388bb7260c
Merge pull request #1529 from dotnet/davidfowl/dont-mutate-targets
...
Fix asset copy on publish when lock file instance is shared
2016-02-23 03:06:25 -08:00
David Fowler
dec4a0627f
Fix asset copy on publish when lock file instance is shared
...
- Don't mutate the library target when making a package description.
#1528
2016-02-23 02:34:56 -08:00
Pavel Krymets
f49fdd9197
Merge pull request #1501 from dotnet/pakrym/run-single-target
...
Fix run behaviour when only single target exists
2016-02-22 20:34:23 -08:00
Livar
06d31435cb
Merge pull request #1523 from livarcocc/debug_tests_abstractions
...
Adding a TestRunner.TestCompleted message to the test sinks.
2016-02-22 19:45:03 -08:00
Pavel Krymets
fcc384b175
Merge pull request #1500 from dotnet/pakrym/no-runtime-error
...
Add error message when runtime target is not found
2016-02-22 16:13:11 -08:00
Sridhar Periyasamy
e9d2a37427
Download Wix tools v3.10.2
...
Security vulnerability with earlier Wix versions -
https://www.firegiant.com/blog/2016/1/20/wix-v3.10.2-released/
2016-02-22 15:24:34 -08:00
Pavel Krymets
6ca22e4a56
Fix run behaviour when only single target exists
2016-02-22 15:11:24 -08:00
Zlatko Knezevic
8551c72f82
Fixing the README.md and adding issues filing guide
...
The README.md contained some errors, corrected those. Removed the
native compilation bits for now.
Added an issue filing guide to make the issue process slightly better so we can
triage better.
2016-02-22 14:29:03 -08:00
Livar Cunha
33ba99bb51
Adding a TestRunner.TestCompleted message that the runner can send to dotnet test.
2016-02-22 13:40:45 -08:00
Sridhar Periyasamy
8179958342
Upgrade Wix to stable version 3.10.1.
...
Get rid of dummy project and instead download Wix tools directly.
2016-02-22 11:57:43 -08:00
Eric Erhardt
962411969e
Merge pull request #1499 from eerhardt/WinDockerInstall
...
Running Windows installer tests on Docker.
2016-02-22 09:30:21 -06:00
David Fowler
c7a9d1d63a
Merge pull request #1511 from jpvantuyl/patch-1
...
fix up whitespace
2016-02-21 00:11:53 -08:00
Pavel Krymets
69c0375b3f
Add error message when runtime target is not found
2016-02-20 18:20:16 -08:00
John Van Tuyl
9153b24e15
fix up whitespace
2016-02-20 13:53:36 -08:00
David Fowler
39b0880dbe
Handle null commit sha
...
- Apparently the .version file doesn't always end up in the package
#1498
2016-02-19 20:01:14 -08:00
Bryan Thornbury
be8cde81b2
Merge pull request #1484 from dotnet/brthor/debian-e2e
...
Enable EndToEnd tests against the debian package
2016-02-19 14:58:37 -08:00
Eric Erhardt
d9adc9214a
Running Windows installer tests on Docker.
...
Cleaning up the Installer tests
- rename project to conform to the rest of the tests
- convert to .xproj
- clean up unused usings
2016-02-19 16:45:37 -06:00
Sridhar Periyasamy
856a077bd1
Merge pull request #1487 from Sridhar-MS/cli-x86
...
Fixes in corehost for building x86 arch.
2016-02-19 12:06:50 -08:00
Sridhar Periyasamy
c8215f84d3
Use macros for __stdcall calling convention.
2016-02-19 11:30:03 -08:00