Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1187 add support for xplat vstest console in translationlayer #1893

Merged
merged 29 commits into from
Feb 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
4f522db
reverting back app domain culture setup
mayankbansal018 Aug 14, 2018
b245820
binding redirect for TW.Interfaces
mayankbansal018 Aug 14, 2018
55e4e2f
Merge remote-tracking branch 'upstream/master'
mayankbansal018 Aug 17, 2018
c4f2602
Run net451 test for Newtonsoft dependency
mayankbansal018 Aug 20, 2018
e35aa48
Merge remote-tracking branch 'upstream/master'
mayankbansal018 Aug 21, 2018
e4e0e7e
Merge remote-tracking branch 'upstream/master'
mayankbansal018 Oct 29, 2018
9bab4aa
Merge remote-tracking branch 'upstream/master'
mayankbansal018 Jan 14, 2019
f2aeb4a
Rename vstest.console.exe and xunit.console.exe to vstest.console
rouke-broersma Jan 14, 2019
e47c1e9
If vstest console path ends in .dll, start with dotnet
rouke-broersma Jan 14, 2019
45fa51e
change another instance of vstest.console.exe comment to vstest.console
rouke-broersma Jan 14, 2019
c8aa97e
Check if vstest console is dll and run with dotnet if true
rouke-broersma Jan 20, 2019
e397310
Change order of process start to give vstest.console.dll some more ti…
rouke-broersma Jan 20, 2019
696029e
Remove test logic that says vstest.console.dll is not supported by Vs…
rouke-broersma Jan 20, 2019
18daa43
Use DotnetHostHelper.GetDotnetPath instead of hardcoded dotnet execut…
rouke-broersma Jan 23, 2019
51668b8
Add missing process.Kill
rouke-broersma Jan 23, 2019
3142c73
vstest.console.dll is picked from debug\netcoreapp folder.
mayankbansal018 Jan 23, 2019
f87ce4a
Merge pull request #1 from mayankbansal018/1187_add_support_for_xpat_…
mayankbansal018 Jan 23, 2019
2eeab35
Fix Tranlation layer tests
mayankbansal018 Jan 24, 2019
3a8cd68
Merge pull request #2 from mayankbansal018/1187_add_support_for_xpat_…
mayankbansal018 Jan 24, 2019
ff1b4bd
Merge branch 'master' into 1187_add_support_for_xpat_vstest_console_i…
mayankbansal018 Jan 24, 2019
be99176
Fix Azure pipeline
mayankbansal018 Jan 24, 2019
cda8bf9
Merge pull request #3 from mayankbansal018/1187_add_support_for_xpat_…
mayankbansal018 Jan 24, 2019
4f022d7
PR Comments
mayankbansal018 Jan 24, 2019
ccaeb07
Merge pull request #4 from mayankbansal018/1187_add_support_for_xpat_…
mayankbansal018 Jan 24, 2019
6f0e7d2
Fix
mayankbansal018 Jan 24, 2019
e68fa1d
Merge pull request #5 from mayankbansal018/1187_add_support_for_xpat_…
mayankbansal018 Jan 24, 2019
2f81919
Merge remote-tracking branch 'upstream/master'
mayankbansal018 Feb 8, 2019
d0a4701
Merge branch 'master' into 1187_add_support_for_xpat_vstest_console_i…
mayankbansal018 Feb 8, 2019
03c3a96
Merge pull request #6 from mayankbansal018/1187_add_support_for_xpat_…
mayankbansal018 Feb 8, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

jobs:
- job: Windows
timeoutInMinutes: 120
pool:
vmImage: 'vs2017-win2016'
variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
#region Test Assemblies

[assembly: InternalsVisibleTo("TranslationLayer.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
[assembly: InternalsVisibleTo("Microsoft.TestPlatform.TestUtilities, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]

#endregion

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@
<data name="FailedToReceiveMessage" xml:space="preserve">
<value>Failed to receive message from vstest.console process</value>
</data>
<data name="InvalidFilePath" xml:space="preserve">
<value>File {0} does not exists</value>
</data>
<data name="VsTestProcessExitedAbnormally" xml:space="preserve">
<value>vstest.console process exited abnormally</value>
</data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
</alt-trans>
<note from="bb-metadata">fuzzyMatch="15" wordcount="4" adjWordcount="3.4" curWordcount="3.4"</note>
</trans-unit>
<trans-unit id="InvalidFilePath">
<source>File {0} does not exists</source>
<target state="new">File {0} does not exists</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
</alt-trans>
<note from="bb-metadata">fuzzyMatch="15" wordcount="4" adjWordcount="3.4" curWordcount="3.4"</note>
</trans-unit>
<trans-unit id="InvalidFilePath">
<source>File {0} does not exists</source>
<target state="new">File {0} does not exists</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
</alt-trans>
<note from="bb-metadata">fuzzyMatch="15" wordcount="4" adjWordcount="3.4" curWordcount="3.4"</note>
</trans-unit>
<trans-unit id="InvalidFilePath">
<source>File {0} does not exists</source>
<target state="new">File {0} does not exists</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
</alt-trans>
<note from="bb-metadata">fuzzyMatch="15" wordcount="4" adjWordcount="3.4" curWordcount="3.4"</note>
</trans-unit>
<trans-unit id="InvalidFilePath">
<source>File {0} does not exists</source>
<target state="new">File {0} does not exists</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
</alt-trans>
<note from="bb-metadata">fuzzyMatch="15" wordcount="4" adjWordcount="3.4" curWordcount="3.4"</note>
</trans-unit>
<trans-unit id="InvalidFilePath">
<source>File {0} does not exists</source>
<target state="new">File {0} does not exists</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
</alt-trans>
<note from="bb-metadata">fuzzyMatch="15" wordcount="4" adjWordcount="3.4" curWordcount="3.4"</note>
</trans-unit>
<trans-unit id="InvalidFilePath">
<source>File {0} does not exists</source>
<target state="new">File {0} does not exists</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
</alt-trans>
<note from="bb-metadata">fuzzyMatch="15" wordcount="4" adjWordcount="3.4" curWordcount="3.4"</note>
</trans-unit>
<trans-unit id="InvalidFilePath">
<source>File {0} does not exists</source>
<target state="new">File {0} does not exists</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
</alt-trans>
<note from="bb-metadata">fuzzyMatch="15" wordcount="4" adjWordcount="3.4" curWordcount="3.4"</note>
</trans-unit>
<trans-unit id="InvalidFilePath">
<source>File {0} does not exists</source>
<target state="new">File {0} does not exists</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
</alt-trans>
<note from="bb-metadata">fuzzyMatch="15" wordcount="4" adjWordcount="3.4" curWordcount="3.4"</note>
</trans-unit>
<trans-unit id="InvalidFilePath">
<source>File {0} does not exists</source>
<target state="new">File {0} does not exists</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
</alt-trans>
<note from="bb-metadata">fuzzyMatch="15" wordcount="4" adjWordcount="3.4" curWordcount="3.4"</note>
</trans-unit>
<trans-unit id="InvalidFilePath">
<source>File {0} does not exists</source>
<target state="new">File {0} does not exists</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
</alt-trans>
<note from="bb-metadata">fuzzyMatch="15" wordcount="4" adjWordcount="3.4" curWordcount="3.4"</note>
</trans-unit>
<trans-unit id="InvalidFilePath">
<source>File {0} does not exists</source>
<target state="new">File {0} does not exists</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<source>vstest.console process exited abnormally</source>
<note></note>
</trans-unit>
<trans-unit id="InvalidFilePath">
<source>File {0} does not exists</source>
<target state="new">File {0} does not exists</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
</alt-trans>
<note from="bb-metadata">fuzzyMatch="15" wordcount="4" adjWordcount="3.4" curWordcount="3.4"</note>
</trans-unit>
<trans-unit id="InvalidFilePath">
<source>File {0} does not exists</source>
<target state="new">File {0} does not exists</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
</alt-trans>
<note from="bb-metadata">fuzzyMatch="15" wordcount="4" adjWordcount="3.4" curWordcount="3.4"</note>
</trans-unit>
<trans-unit id="InvalidFilePath">
<source>File {0} does not exists</source>
<target state="new">File {0} does not exists</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>
Loading