Phil Haack
2dcbe545e3
Sort namespaces
...
How did @eilon let this ship with the namespaces unsorted. He's growing soft in his old age. :trollface:
2014-06-11 13:55:23 -07:00
Glenn Condron
611469e3a9
Update KVM to newer build, update Readme to show how to use KVMInstall. Pipe md to out-null when creating temp directory.
2014-06-11 13:45:59 -07:00
Praburaj
1ca9e25e54
Fixing an invalid 'And' condition while checking for process exited already
2014-06-11 13:31:55 -07:00
Praburaj
6b1a61f208
Checking if the host process is actually running before attempting to kill
...
adding some more diagnostics in case of host process failed to start.
2014-06-11 13:20:24 -07:00
Stephen Halter
25bbfa7165
Fix test now that ServiceProvider throws a generic exception
...
aspnet/DependencyInjection#87
2014-06-11 12:14:37 -07:00
Pranav K
484276d82d
Updating build.sh based on KRuntime changes
2014-06-10 17:24:49 -07:00
Pranav K
ae6004dd11
Updating build.sh based on KRuntime changes
2014-06-10 17:22:44 -07:00
Pranav K
45dcd20268
Updating build.sh based on KRuntime changes
2014-06-10 17:22:35 -07:00
Pranav K
7ed2840872
Updating build.sh based on KRuntime changes
2014-06-10 17:17:03 -07:00
Pranav K
ae879573ca
Updating build.sh based on KRuntime changes
2014-06-10 17:16:45 -07:00
Pranav K
d8018a8b4e
Updating build.sh based on KRuntime changes
2014-06-10 17:15:57 -07:00
Pranav K
79f627868a
Updating build.sh based on KRuntime changes
2014-06-10 17:10:50 -07:00
Praburaj
e2b4842680
Adding some more diagnostic logs for cleanup
...
This is to confirm that the host process started by the tests are cleaned up at the end of the test.
2014-06-10 12:17:17 -07:00
Louis DeJardin
660babcd7f
Adding core clr configurations
2014-06-10 00:29:16 -07:00
Praburaj
a4ae444594
Enabling CoreCLR variation of the test
...
Value of the KRE_DEFAULT_LIB of the 'k test' process was flowing into Helios resulting in an exception. As the test is always running on desktop clr, the value of this variable always points to the desktop KRE path resulting in the exception. This fix will fix the issue.
2014-06-09 20:18:55 -07:00
Brice Lambson
9774d4531f
Revert "Run tests on both net45 and k10 ( Fix #42 )"
...
This reverts commit c2a22b57b0 .
2014-06-09 15:46:27 -07:00
Brice Lambson
c2a22b57b0
Run tests on both net45 and k10 ( Fix #42 )
2014-06-09 14:18:41 -07:00
David Fowler
ad738561af
Fixed project.json casing
2014-06-08 23:39:09 -07:00
David Fowler
75d0b29954
Renamed Project.json to Project.json2
2014-06-08 23:39:08 -07:00
Praburaj
022ff067ad
Moving the host start process into the try block
...
To make sure the host process is not left unkilled after a failure in host start complete.
2014-06-08 13:54:07 -07:00
Praburaj
c5f2b4054f
Fixing a test bug resulting in a null reference
...
After starting the klr.exe process, Process.MainModule.FileName returns null if checked soon. Adding a thread sleep to solve this issue.
2014-06-08 12:06:37 -07:00
Louis DeJardin
ebd6af0fd6
Trying to get 100 Continue working again
2014-06-08 01:03:56 -07:00
David Fowler
c14ecd8e7a
Merge pull request #64 from graemechristie/update-source-url-for-kvm-sh
...
Update source url for kvm sh
2014-06-07 22:48:19 -07:00
Louis DeJardin
044bbb83e6
Getting request body variations to work
2014-06-07 02:49:25 -07:00
Louis DeJardin
313db3f0cf
Removing unnecessary using statements
2014-06-06 22:16:08 -07:00
Louis DeJardin
e517e39aac
Not working, but worth taking a snapshot of the source
2014-06-06 22:13:31 -07:00
Praburaj
59fad3bbb3
Adding CoreCLR variation of test on selfhost
2014-06-06 17:34:12 -07:00
ajcvickers
b53404596f
Updating to add new parameter for Navigation class
2014-06-06 15:04:53 -07:00
Praburaj
2f88fb4d9d
Removing work around applied
...
Bug https://github.com/aspnet/identity/issues/102 is fixed. Removing the work around applied for the same.
2014-06-06 12:10:46 -07:00
Ryan Nowak
d112adc1f2
Fix breaking changes from MVC
2014-06-06 11:26:50 -07:00
Brice Lambson
71a77685e6
Add Resources.cs to fix VS warnings
2014-06-06 09:42:09 -07:00
Graeme Christie
1df3730bb6
Renamed kvmsetup.sh kvminstall.sh in line with Win32 script for consistency
2014-06-05 09:32:17 +08:00
Graeme Christie
1bd9da3620
Updated URL of kvm.sh in install script, now it exists in the upstream repo
2014-06-05 09:28:13 +08:00
Glenn Condron
f6e9c40786
some minor cleanup
2014-06-04 16:14:40 -07:00
Glenn Condron
646dae6d58
Add kvminstall.ps1 to allow easier acquisition of KVM
2014-06-04 16:14:36 -07:00
David Fowler
9851adabc0
Merge pull request #48 from graemechristie/KvmShellImplementation
...
Kvm shell implementation
2014-06-05 00:25:15 +02:00
Praburaj
6d50b397c0
The cookie name pointed by DefaultAuthenticationTypes.ApplicationCookie changed
...
This was changed with a recent identity checkin. Fixing this in test which was expecting a different cookie name.
2014-06-04 12:45:38 -07:00
Hao Kung
892afc5fab
React to Identity API changes
2014-06-04 11:13:13 -07:00
Praburaj
a7e4fa9c9d
OptionsServices.GetDefaultServices() call no longer required
...
This is in response to a recent change.
2014-06-03 17:02:07 -07:00
Louis DeJardin
c9d6db14bc
Adding an engine, a thread manager, an accept loop
2014-06-03 16:41:55 -07:00
Hao Kung
3fb1a06e25
Add OptionsServices in UseServices
2014-06-03 15:03:57 -07:00
Pranav K
caa18342bc
Updating makefile to include Options and Logging repos
2014-06-03 11:13:25 -07:00
Pranav K
032ad4a444
Updating makefile to include Options and Logging repos
2014-06-03 11:10:02 -07:00
Pranav K
967ca3757e
Updating makefile to include Options and Logging repos
2014-06-03 11:06:48 -07:00
Pranav K
352063a7c8
Adding switch to build.cmd to skip KRE install
2014-06-03 10:17:12 -07:00
Rowan Miller
d2a4f7bb2e
Update CONTRIBUTING.md
2014-06-03 10:17:02 -07:00
Pranav K
7d4345f62f
Adding switch to build.cmd to skip KRE install
2014-06-03 10:15:47 -07:00
Pranav K
44503744a3
Adding switch to build.cmd to skip KRE install
2014-06-03 10:15:37 -07:00
Pranav K
7aee4c1b81
Adding switch to build.cmd to skip KRE install
2014-06-03 10:14:35 -07:00
Pranav K
1bd9dd46e1
Adding switch to build.cmd to skip KRE install
2014-06-03 10:14:14 -07:00