Remove unittests that contain undefined behaviour
authorHanjoung Lee <hanjoung.lee@samsung.com>
Wed, 29 Jun 2016 05:55:37 +0000 (14:55 +0900)
committerHanjoung Lee <hanjoung.lee@samsung.com>
Wed, 29 Jun 2016 06:40:09 +0000 (15:40 +0900)
commita1ab773a1c0f2c44dfc5553c9504c7b18d08cc55
treefadcbac785ef72e2146046a321763e36a2ed8f25
parentf705690f42b90dbe8661fd640826327f7ea99152
Remove unittests that contain undefined behaviour

Following tests contain undefined behaviour.
(Casting double to an integer type for a value that cannot be represent as the integer type.)

- JIT.Methodical.casts.ilseq._il_reltypeEqualOp._il_reltypeEqualOp
- JIT.Regression.CLR-x86-JIT.V1-M10.b08107

Commit migrated from https://github.com/dotnet/coreclr/commit/13e41af728d14f517cf61cf0eb0ba981e3f823e3
src/coreclr/tests/arm64/Tests.lst
src/coreclr/tests/scripts/test/TestsNew.lst
src/coreclr/tests/scripts/test/TestsOld.lst
src/coreclr/tests/scripts/test/TestsOrig.lst
src/coreclr/tests/src/JIT/Methodical/casts/ilseq/_il_reltypeEqualOp.ilproj [deleted file]
src/coreclr/tests/src/JIT/Methodical/casts/ilseq/typeEqualOp.il [deleted file]
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08107/app.config [deleted file]
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08107/b08107.il [deleted file]
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08107/b08107.ilproj [deleted file]