diff options
author | spth <spth@4a8a32a2-be11-0410-ad9d-d568d2c75423> | 2025-08-11 08:26:24 +0000 |
---|---|---|
committer | spth <spth@4a8a32a2-be11-0410-ad9d-d568d2c75423> | 2025-08-11 08:26:24 +0000 |
commit | 61fff953c5627b2bce71d20c7d0f94f4d9f55ba1 (patch) | |
tree | 7c35c3c996d80f0cbb6afd75f5913ad89882c60d /support/regression/MakeList | |
parent | 238e9f26af144537d02b101e4df6438ddd6d8fcc (diff) |
Disable some tests for pdk13 where they won't work due to lack of target memory.HEADgit-svn/mastergit-svn/HEADmaster
git-svn-id: http://svn.code.sourceforge.net/p/sdcc/code/trunk/sdcc@15579 4a8a32a2-be11-0410-ad9d-d568d2c75423
Diffstat (limited to 'support/regression/MakeList')
-rw-r--r-- | support/regression/MakeList | 44 |
1 files changed, 42 insertions, 2 deletions
diff --git a/support/regression/MakeList b/support/regression/MakeList index 166ebd2cf..da72f65d3 100644 --- a/support/regression/MakeList +++ b/support/regression/MakeList @@ -11,7 +11,45 @@ EXCLUDE_host += \ ############################################### -# Relies on feeatures of older C standards not supported by curent host compilers. +# Target doesn't have enough memory +EXCLUDE_pdk13 += \ + tst_bug1057979 \ + tst_bug1115321 \ + tst_bug1520966 \ + tst_bug1551947 \ + tst_frexpf \ + tst_lonesha256 \ + tst_sha3-256 \ + tst_wcsnlen \ + tst_wcsto +EXCLUDE_pdk14 += \ + tst_bug1057979 \ + tst_bug1115321 \ + tst_bug1520966 \ + tst_bug1551947 \ + tst_frexpf \ + tst_lonesha256 \ + tst_sha3-256 \ + tst_wcsnlen \ + tst_wcsto +EXCLUDE_pdk15 += \ + tst_bug1520966 \ + tst_bug1551947 \ + tst_lonesha256 \ + tst_sha3-256 \ + tst_wcsto +EXCLUDE_pdk15-stack-auto += \ + tst_bug1057979 \ + tst_bug1520966 \ + tst_bug1551947 \ + tst_lonesha256 \ + tst_sha3-256 \ + tst_wcsto + +################################################### +# GCC Tests + +# Relies on features of older C standards not supported by current host compilers. EXCLUDE_host += \ qct_0026-implicitret \ gte_920908-2 \ @@ -313,8 +351,10 @@ EXCLUDE_ARCH_mcs51 += \ qct_0051-inits # Target doesn't have enough memory +EXCLUDE_pdk13 += \ + qct_0057-duff \ + qct_0080-arrays EXCLUDE_pdk14 += \ - qct_0049-inits \ qct_0057-duff \ qct_0080-arrays EXCLUDE_pdk15 += \ |