Revert: Simplify test dependencies for benchmarks (#16647)
authorAndy Ayers <andya@microsoft.com>
Wed, 28 Feb 2018 18:08:32 +0000 (10:08 -0800)
committerGitHub <noreply@github.com>
Wed, 28 Feb 2018 18:08:32 +0000 (10:08 -0800)
commitebf1ae6d1cc0ff6fd5d658b7fa0622428a424a38
tree78a170ea3a7c6149f7a7576facc9ab75f7226f36
parent7493d29441180fa1ffdafd77186f3beebee93515
Revert: Simplify test dependencies for benchmarks (#16647)

This reverts commit 0598b6b8af0fb560837ce0bb8f3c8236c05bbdc9.

Updates to xunit console runner break things in Helix. So reverting
until we can get that part sorted.

Also undoes version updates from #16597; we can't move these forward
yet as we're back to netstandard 1.4 for the time being.
108 files changed:
dependencies.props
tests/build.proj
tests/scripts/scripts.csproj [new file with mode: 0644]
tests/src/Common/external/external.depproj
tests/src/JIT/CheckProjects/CheckProjects.csproj
tests/src/JIT/Directed/Misc/function_pointer/MutualThdRecur-fptr.il
tests/src/JIT/Methodical/Boxing/morph/sin3double.ilproj
tests/src/JIT/Methodical/acceptance/Boxing/boxing001.ilproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-2.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-5.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-2.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-5.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-1.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-2.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-1.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-9.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-2.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-7.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/n-body/n-body-3.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pidigits-3.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-1.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-5.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-1.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-6.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-1.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-3.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Adams/Adams.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMk2/BenchMk2.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMrk/BenchMrk.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Bisect/Bisect.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/DMath/DMath.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/FFT/FFT.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InProd/InProd.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InvMt/InvMt.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/LLoops/LLoops.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Lorenz/Lorenz.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/MatInv4/MatInv4.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtE/NewtE.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtR/NewtR.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Regula/Regula.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Romber/Romber.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Secant/Secant.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Simpsn/Simpsn.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/SqMtx/SqMtx.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Trap/Trap.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Whetsto/Whetsto.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/8Queens/8Queens.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Ackermann/Ackermann.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray/AddArray.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray2/AddArray2.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array1/Array1.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array2/Array2.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BenchE/BenchE.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort/BubbleSort.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort2/BubbleSort2.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/CSieve/CSieve.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Fib/Fib.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/HeapSort/HeapSort.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/IniArray/IniArray.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/LogicArray/LogicArray.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Midpoint/Midpoint.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/MulMatrix/MulMatrix.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/NDhrystone/NDhrystone.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Permutate/Permutate.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Pi/Pi.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Puzzle/Puzzle.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/QuickSort/QuickSort.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeInsert/TreeInsert.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeSort/TreeSort.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/XposMatrix/XposMatrix.csproj
tests/src/JIT/Performance/CodeQuality/Burgers/Burgers.csproj
tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj
tests/src/JIT/Performance/CodeQuality/Devirtualization/DefaultEqualityComparerPerf.csproj
tests/src/JIT/Performance/CodeQuality/FractalPerf/FractalPerf.csproj
tests/src/JIT/Performance/CodeQuality/Inlining/InlineGCStruct.csproj
tests/src/JIT/Performance/CodeQuality/Inlining/NoThrowInline.csproj
tests/src/JIT/Performance/CodeQuality/Layout/SearchLoops.csproj
tests/src/JIT/Performance/CodeQuality/Linq/Linq.csproj
tests/src/JIT/Performance/CodeQuality/Math/Functions/Functions.csproj
tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.csproj
tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.csproj
tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/RayTracer.csproj
tests/src/JIT/Performance/CodeQuality/SIMD/SeekUnroll/SeekUnroll.csproj
tests/src/JIT/Performance/CodeQuality/SciMark/SciMark.csproj
tests/src/JIT/Performance/CodeQuality/Serialization/Deserialize.csproj
tests/src/JIT/Performance/CodeQuality/Serialization/Serialize.csproj
tests/src/JIT/Performance/CodeQuality/Span/Indexer.csproj
tests/src/JIT/Performance/CodeQuality/Span/SpanBench.csproj
tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.csproj
tests/src/JIT/Performance/CodeQuality/V8/Richards/Richards.csproj
tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.csproj
tests/src/JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649.csproj
tests/src/JIT/Regression/JitBlue/GitHub_15237/GitHub_15237.csproj
tests/src/JIT/Regression/JitBlue/GitHub_16254/GitHub_16254.csproj
tests/src/JIT/Regression/JitBlue/GitHub_7906/GitHub_7906.csproj
tests/src/JIT/Regression/JitBlue/GitHub_8220/GitHub_8220.csproj
tests/src/JIT/Regression/JitBlue/GitHub_8231/GitHub_8231.csproj
tests/src/JIT/config/benchmark+roslyn/benchmark+roslyn.csproj [new file with mode: 0644]
tests/src/JIT/config/benchmark+serialize/benchmark+serialize.csproj [new file with mode: 0644]
tests/src/JIT/config/benchmark/benchmark.csproj [new file with mode: 0644]
tests/src/JIT/jit64/mcc/common/common.il
tests/src/JIT/opt/Devirtualization/GitHub_9945_2.ilproj
tests/src/JIT/opt/Devirtualization/override.ilproj
tests/src/performance/Scenario/JitBench/JitBench.csproj
tests/src/performance/linkbench/linkbench.csproj
tests/src/performance/perflab/PerfLab.csproj
tests/src/performance/performance.csproj
tests/src/sizeondisk/sodbench/SoDBench.csproj