Skip to content

Commit

Permalink
Tests/EndToEndTests/UnitTests/ManagedEvalTests: added, Windows CPU-only
Browse files Browse the repository at this point in the history
  • Loading branch information
mahilleb-msft committed Aug 26, 2016
1 parent 3faa69a commit f076227
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Tests/EndToEndTests/UnitTests/ManagedEvalTests/baseline.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
CPU info:
CPU Model Name: Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz
Hardware threads: 8
Total Memory: 33417320 kB
-------------------------------------------------------------------
Microsoft (R) Test Execution Command Line Tool Version 12.0.30723.0
Copyright (c) Microsoft Corporation. All rights reserved.

Starting test execution, please wait...
Passed EvalManagedValuesBufferTest
Passed EvalManagedVariableSchemaTest
Passed EvalManagedConstantNetworkTest
Passed EvalManagedScalarTimesTest
Passed EvalManagedSparseTimesTest
Passed EvalManagedScalarTimesDualOutputTest
Passed EvalManagedCrossAppDomainExceptionTest

Total tests: 7. Passed: 7. Failed: 0. Skipped: 0.
Test Run Successful.
Test execution time: 0.4305 Seconds
9 changes: 9 additions & 0 deletions Tests/EndToEndTests/UnitTests/ManagedEvalTests/run-test
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

. $TEST_ROOT_DIR/run-test-common

VSTEST_CONSOLE=$(cygpath -au "$VS120COMNTOOLS\\..\\IDE\\CommonExtensions\\Microsoft\\TestWindow\\vstest.console.exe")

test -x "$VSTEST_CONSOLE" || exit $?

"$VSTEST_CONSOLE" /inIsolation /Platform:x64 $(cygpath -aw "$TEST_BIN_DIR/UnitTests/ManagedEvalTests.dll") || exit $?
15 changes: 15 additions & 0 deletions Tests/EndToEndTests/UnitTests/ManagedEvalTests/testcases.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
dataDir: .

tags:
# CPU-only for now.
- bvt-e (build_sku == 'cpu') and (os=='windows')
- nightly-e (build_sku == 'cpu') and (os=='windows')

testCases:
Each test passes:
patterns:
- Passed

Test run successful:
patterns:
- "Test Run Successful."

0 comments on commit f076227

Please sign in to comment.