Commit graph

302 commits

Author SHA1 Message Date
Zachary Folwick 3954267ba5 Added new-variable pester tests 2015-10-02 10:22:01 -07:00
Andy Schwartzmeyer 503dec41dc Merge pull request 151 from dev/248-cleanup into develop 2015-09-21 18:21:01 +00:00
Andrew Schwartzmeyer 88aefa5f40 Refactor to use $(APP_BASE)
Now that everything is run from exec_env/app_base, we can reuse it and
remove TESTRUN_FOLDER.
2015-09-21 11:20:30 -07:00
Andrew Schwartzmeyer 77b5569385 Fix rm 2015-09-18 14:18:05 -07:00
Andrew Schwartzmeyer bb4739db78 Refactor NuGet install step 2015-09-18 13:19:45 -07:00
Andrew Schwartzmeyer 050206ff8a Delete xunittests.xml on make clean 2015-09-18 12:59:59 -07:00
Andrew Schwartzmeyer 94f3fef288 Remove unneeded strings folders 2015-09-18 12:59:59 -07:00
Andrew Schwartzmeyer c6ca50c618 Remove src/linux
It was a deprecated experiment
2015-09-18 12:59:59 -07:00
Andrew Schwartzmeyer 8145ea26a4 Refactor Makefile
- Update variable names
- Remove no longer used variables
- Include coreref and tests directly (now that they're short)
2015-09-18 12:59:59 -07:00
Andy Schwartzmeyer 78ca62d573 Merge pull request 150 from dev/242-noinlining into develop 2015-09-18 19:06:17 +00:00
Andrew Schwartzmeyer 234f03fd69 Repin monad with removal of NoInlining attributes
Switching to Roslyn from Mono in PR 17 made this possible.
2015-09-18 12:04:56 -07:00
Andy Schwartzmeyer 4acc7c0e60 Merge pull request 149 from dev/updates into develop 2015-09-15 23:47:53 +00:00
Andrew Schwartzmeyer c2787fdaca Repin monad and build mapping
Monad submodule has been squashed and rebased to new PowerShell branch,
th2_srv1_mgmt_dev. Build system has been updated to include upstream
changes, as well as the addition of CorePsPlatform.cs to the PowerShell
build system (so it longer needs to be added automatically).
2015-09-15 16:46:06 -07:00
Andrew Schwartzmeyer e5e9e30347 Ignore CS170{1,2} C# compiler warnings 2015-09-15 16:45:31 -07:00
Zach Folwick e1780dc6a8 Merge pull request 129 from dev/184-New-Item-pester into develop 2015-09-14 23:31:12 +00:00
Zachary Folwick 2cab69401a incorporating updates to monad 2015-09-14 16:31:28 -07:00
Zachary Folwick cbace227a9 incorporated changes to pester tests from code review 2015-09-14 16:30:33 -07:00
Zachary Folwick ff1302cf71 pulling in updates from develop
Merge branch 'develop' of mshttps://msostc.visualstudio.com/DefaultCollection/PS/_git/monad-linux into dev/184-New-Item-pester
2015-09-14 15:10:21 -07:00
Zach Folwick ac89d6abe9 Merge pull request 119 from dev/180-out-file into develop 2015-09-14 22:06:58 +00:00
Zachary Folwick 1615ded3e4 incorporated final changes to pester tests 2015-09-14 15:07:31 -07:00
Zachary Folwick 6ca644f375 brought monad up to date with latest PSL changes 2015-09-14 13:58:18 -07:00
Zachary Folwick a5cc3d454f brought out-file branch up to date with latest develop branch
Merge branch 'develop' of mshttps://msostc.visualstudio.com/DefaultCollection/PS/_git/monad-linux into dev/180-out-file
2015-09-14 13:17:53 -07:00
Zach Folwick bd6e1f8f17 Merge pull request 138 from dev/183-test-path-pester into develop 2015-09-08 18:46:57 +00:00
Zachary Folwick cec380e4b4 added additional testing according to code review 2015-09-08 11:47:13 -07:00
Andy Schwartzmeyer 323d6798e7 Merge pull request 144 from dev/repin-monad into develop 2015-09-04 23:04:26 +00:00
Andrew Schwartzmeyer 4dc037cc4e Repin monad to latest fixes
Resolves all approved work items prior to resubmission of a code review
to the PowerShell team.
2015-09-04 16:04:11 -07:00
Andrew Schwartzmeyer 70914a35ac Merge branch 'develop' into dev/repin-monad 2015-09-04 15:19:10 -07:00
Zachary Folwick e19b2fab4b added changes from code review testing credentials 2015-09-04 15:05:18 -07:00
Zachary Folwick e76abe2416 Merged in upstream changes into branch
Merge branch 'develop' of mshttps://msostc.visualstudio.com/DefaultCollection/PS/_git/monad-linux into dev/184-New-Item-pester
2015-09-04 10:58:13 -07:00
Zach Folwick 64655b7085 Merge pull request 137 from dev/158-ishardlink-xunit into develop 2015-09-03 23:48:41 +00:00
Zachary Folwick 174883f91a merging upstream changes into branch
Merge branch 'dev/158-ishardlink-xunit' of mshttps://msostc.visualstudio.com/DefaultCollection/PS/_git/monad-linux into dev/158-ishardlink-xunit
2015-09-03 16:48:29 -07:00
Zachary Folwick bd6e4ef885 fixed typo 2015-09-03 16:42:28 -07:00
Zachary Folwick d4f08a971d changed according to code review 2015-09-03 16:41:14 -07:00
Zachary Folwick f6e255310b merged upstream changes inside monad 2015-09-03 16:40:30 -07:00
Zachary Folwick e2f929c85e merging upstream changes from the develop branch
Merge branch 'develop' of mshttps://msostc.visualstudio.com/DefaultCollection/PS/_git/monad-linux into dev/158-ishardlink-xunit
2015-09-03 16:20:29 -07:00
Zachary Folwick 00e542524c modified test code according to code review 2015-09-03 16:15:50 -07:00
Andrew Schwartzmeyer 962e3671b1 Update xUnit tests for AMSI and repin monad
Includes lots of fixes to monad.
2015-09-03 16:04:12 -07:00
Andy Schwartzmeyer c071f5882c Merge pull request 143 from dev/228-braces into develop 2015-09-03 22:23:26 +00:00
Andrew Schwartzmeyer f70f004238 Missed a pair 2015-09-03 15:23:16 -07:00
Andrew Schwartzmeyer f163808eac Swap {} for () in Makefile
Parentheses are more portable. There was an inconsistent mix of
parentheses and curly braces.
2015-09-03 14:55:21 -07:00
Andy Schwartzmeyer 54b2435811 Merge pull request 142 from dev/199-security into develop 2015-09-03 21:34:59 +00:00
Andrew Schwartzmeyer 562a9bb35b Add Security.dll reference for Commands.Management.dll
While enabling previously disabled code in `cimConverter.cs`, it was
revealed that `Microsoft.PowerShell.Commands.Management.dll` has a
dependency on `Microsoft.PowerShell.Security.dll` for the type
`SecurityDescriptorCommandsBase`.
2015-09-03 14:31:46 -07:00
Zachary Folwick 66d08dae08 merging upstream changes to local branch
Merge branch 'develop' of mshttps://msostc.visualstudio.com/DefaultCollection/PS/_git/monad-linux into dev/180-out-file
2015-09-03 14:02:56 -07:00
Peter Honeder 074acd4a8f Merge pull request 141 from dev/175-run-ps-from-xunit into develop 2015-09-03 19:46:22 +00:00
Peter Honeder 84d58714fc added a simple test that creates a full PS Runspace and executes a script 2015-09-03 21:43:17 +02:00
Andy Schwartzmeyer 0c5c4e8633 Merge pull request 139 from dev/226-auto-coreref into develop 2015-09-03 18:11:58 +00:00
Andrew Schwartzmeyer 94be33afe1 Generate $COREREF in Makefile automatically
Previously generated by hand and saved. Now will update itself
automatically when monad-ext/coreclr is updated.
2015-09-03 11:10:49 -07:00
Zachary Folwick aa45feb385 Added test suite for Test-Path cmdlet 2015-09-02 16:15:52 -07:00
Andrew Schwartzmeyer 74f0a893c1 Repin monad 2015-09-02 15:17:35 -07:00
Zachary Folwick 9b02eea58d added unit test for additional failure cases and removed unneeded code from existing unit tests 2015-09-02 11:15:31 -07:00