Disable 3 long-running tests and 1 failing test (dotnet/coreclr#18896)
authorBruce Forstall <brucefo@microsoft.com>
Fri, 13 Jul 2018 05:31:48 +0000 (22:31 -0700)
committerGitHub <noreply@github.com>
Fri, 13 Jul 2018 05:31:48 +0000 (22:31 -0700)
commitcffa27eece9b58004b6286c42939afab055e5af9
tree469ce2389488066eca4fa59b65599d99d707903a
parent31cb85b714c15d58d731cd85fbeab0eabacec289
Disable 3 long-running tests and 1 failing test (dotnet/coreclr#18896)

The following tests exceed the default timeout, especially on Debug builds:
```
GC\Features\LOHCompaction\lohcompactapi\lohcompactapi.cmd
GC\API\NoGCRegion\NoGC\NoGC.cmd
GC\API\GC\GetAllocatedBytesForCurrentThread\GetAllocatedBytesForCurrentThread.cmd
```

Mark them LONG_RUNNING.

The following test asserts in the JIT currently:
```
JIT\HardwareIntrinsics\Arm64\Simd\Simd.cmd
```

Disable it with issue dotnet/coreclr#18895

Commit migrated from https://github.com/dotnet/coreclr/commit/0e22b107e811bc8ab7f3c1caf0943ef760d9f53d
src/coreclr/tests/arm64/Tests.lst