summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyung-Kyu Choi <hk0110.choi@samsung.com>2016-11-02 20:31:29 +0900
committerHyung-Kyu Choi <hk0110.choi@samsung.com>2016-11-02 20:31:29 +0900
commitbcd4c37d4dd4dd7ff81a68bdaed66afc6f340642 (patch)
tree03b93d0d0a9a85188cb02f06d609cf1b96b58c7f
parent91f1b9d1519a40a1b3153d7b6dbb716a5bd704bd (diff)
downloadcoreclr-bcd4c37d4dd4dd7ff81a68bdaed66afc6f340642.tar.gz
coreclr-bcd4c37d4dd4dd7ff81a68bdaed66afc6f340642.tar.bz2
coreclr-bcd4c37d4dd4dd7ff81a68bdaed66afc6f340642.zip
Exclude six sizeof related tests from ARM
We decided to exclude following six tests after discussion in issue #6680. JIT/Methodical/xxobj/sizeof/_il_dbgsizeof/_il_dbgsizeof.sh JIT/Methodical/xxobj/sizeof/_il_dbgsizeof32/_il_dbgsizeof32.sh JIT/Methodical/xxobj/sizeof/_il_dbgsizeof64/_il_dbgsizeof64.sh JIT/Methodical/xxobj/sizeof/_il_relsizeof/_il_relsizeof.sh JIT/Methodical/xxobj/sizeof/_il_relsizeof32/_il_relsizeof32.sh JIT/Methodical/xxobj/sizeof/_il_relsizeof64/_il_relsizeof64.sh Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
-rw-r--r--tests/testsUnsupportedOnARM32.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testsUnsupportedOnARM32.txt b/tests/testsUnsupportedOnARM32.txt
index ec00631189..0ebf405aba 100644
--- a/tests/testsUnsupportedOnARM32.txt
+++ b/tests/testsUnsupportedOnARM32.txt
@@ -3,3 +3,9 @@ JIT/Methodical/tailcall_v4/hijacking/hijacking.sh
JIT/Regression/JitBlue/devdiv_902271/DevDiv_902271/DevDiv_902271.sh
JIT/Methodical/tailcall_v4/smallFrame/smallFrame.sh
JIT/jit64/opt/cse/HugeArray1/HugeArray1.sh
+JIT/Methodical/xxobj/sizeof/_il_dbgsizeof/_il_dbgsizeof.sh
+JIT/Methodical/xxobj/sizeof/_il_dbgsizeof32/_il_dbgsizeof32.sh
+JIT/Methodical/xxobj/sizeof/_il_dbgsizeof64/_il_dbgsizeof64.sh
+JIT/Methodical/xxobj/sizeof/_il_relsizeof/_il_relsizeof.sh
+JIT/Methodical/xxobj/sizeof/_il_relsizeof32/_il_relsizeof32.sh
+JIT/Methodical/xxobj/sizeof/_il_relsizeof64/_il_relsizeof64.sh