summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-08-19 12:42:26 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-08-19 12:42:26 +0000
commit790674f80c91c18ebbcd6946fdd1c8c58ce34cec (patch)
tree3bdd7d78b8c957b1464d71cb25cb09d93876bc22
parent606b305dfa5f96c07338814a46c37f3c74f065b1 (diff)
downloadfpc-790674f80c91c18ebbcd6946fdd1c8c58ce34cec.tar.gz
+ couple of { %OPT=-CE } to tests added
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/laksen@39641 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--riscv_new/tests/tbs/tb0262.pp1
-rw-r--r--riscv_new/tests/tbs/tb0643.pp1
-rw-r--r--riscv_new/tests/test/texception4.pp1
-rw-r--r--riscv_new/tests/test/units/math/tmask.pp1
-rw-r--r--riscv_new/tests/test/units/math/tmask2.pp1
-rw-r--r--riscv_new/tests/webtbs/tw3160a.pp1
-rw-r--r--riscv_new/tests/webtbs/tw3160b.pp1
-rw-r--r--riscv_new/tests/webtbs/tw3160c.pp1
-rw-r--r--riscv_new/tests/webtbs/tw3161.pp1
-rw-r--r--riscv_new/tests/webtbs/tw4100.pp1
10 files changed, 10 insertions, 0 deletions
diff --git a/riscv_new/tests/tbs/tb0262.pp b/riscv_new/tests/tbs/tb0262.pp
index 86ba125acb..dd25e71831 100644
--- a/riscv_new/tests/tbs/tb0262.pp
+++ b/riscv_new/tests/tbs/tb0262.pp
@@ -1,3 +1,4 @@
+{ %OPT=-CE }
{ Old file: tbs0305.pp }
{ Finally is not handled correctly after inputting 0 }
diff --git a/riscv_new/tests/tbs/tb0643.pp b/riscv_new/tests/tbs/tb0643.pp
index 754f7afa44..f976559307 100644
--- a/riscv_new/tests/tbs/tb0643.pp
+++ b/riscv_new/tests/tbs/tb0643.pp
@@ -1,3 +1,4 @@
+{ %OPT=-CE }
{ this test is geared towards Double values }
program tb0643;
diff --git a/riscv_new/tests/test/texception4.pp b/riscv_new/tests/test/texception4.pp
index 061b81041e..8e53f70aef 100644
--- a/riscv_new/tests/test/texception4.pp
+++ b/riscv_new/tests/test/texception4.pp
@@ -1,4 +1,5 @@
{ %skiptarget=go32v2 }
+{ %OPT=-CE }
{$mode objfpc}
diff --git a/riscv_new/tests/test/units/math/tmask.pp b/riscv_new/tests/test/units/math/tmask.pp
index 822c2268ac..a321f88e67 100644
--- a/riscv_new/tests/test/units/math/tmask.pp
+++ b/riscv_new/tests/test/units/math/tmask.pp
@@ -1,3 +1,4 @@
+{ %OPT=-CE }
program fpu;
{$mode delphi}
diff --git a/riscv_new/tests/test/units/math/tmask2.pp b/riscv_new/tests/test/units/math/tmask2.pp
index 675d119842..1f6b09a622 100644
--- a/riscv_new/tests/test/units/math/tmask2.pp
+++ b/riscv_new/tests/test/units/math/tmask2.pp
@@ -1,3 +1,4 @@
+{ %OPT=-CE }
program fpu;
{$mode delphi}
diff --git a/riscv_new/tests/webtbs/tw3160a.pp b/riscv_new/tests/webtbs/tw3160a.pp
index df090c5d8d..64f6a6832f 100644
--- a/riscv_new/tests/webtbs/tw3160a.pp
+++ b/riscv_new/tests/webtbs/tw3160a.pp
@@ -1,3 +1,4 @@
+{ %OPT=-CE }
{ %RESULT=207 }
{ Source provided for Free Pascal Bug Report 3160 }
{ Submitted by "Michalis Kamburelis" on 2004-06-12 }
diff --git a/riscv_new/tests/webtbs/tw3160b.pp b/riscv_new/tests/webtbs/tw3160b.pp
index af0eaf197f..8670e8db14 100644
--- a/riscv_new/tests/webtbs/tw3160b.pp
+++ b/riscv_new/tests/webtbs/tw3160b.pp
@@ -1,3 +1,4 @@
+{ %OPT=-CE }
{ %RESULT=207 }
{ Source provided for Free Pascal Bug Report 3160 }
{ Submitted by "Michalis Kamburelis" on 2004-06-12 }
diff --git a/riscv_new/tests/webtbs/tw3160c.pp b/riscv_new/tests/webtbs/tw3160c.pp
index 8c5a203122..4de9d362ea 100644
--- a/riscv_new/tests/webtbs/tw3160c.pp
+++ b/riscv_new/tests/webtbs/tw3160c.pp
@@ -1,3 +1,4 @@
+{ %OPT=-CE }
{ %RESULT=207 }
{ Source provided for Free Pascal Bug Report 3160 }
{ Submitted by "Michalis Kamburelis" on 2004-06-12 }
diff --git a/riscv_new/tests/webtbs/tw3161.pp b/riscv_new/tests/webtbs/tw3161.pp
index 8e1a42fef3..8a3294662d 100644
--- a/riscv_new/tests/webtbs/tw3161.pp
+++ b/riscv_new/tests/webtbs/tw3161.pp
@@ -1,3 +1,4 @@
+{ %OPT=-CE }
{ %target=linux,haiku }
{ Source provided for Free Pascal Bug Report 3161 }
diff --git a/riscv_new/tests/webtbs/tw4100.pp b/riscv_new/tests/webtbs/tw4100.pp
index d419a731c5..3acb1f832e 100644
--- a/riscv_new/tests/webtbs/tw4100.pp
+++ b/riscv_new/tests/webtbs/tw4100.pp
@@ -1,3 +1,4 @@
+{ %OPT=-CE }
{ %result=217 }
{ Source provided for Free Pascal Bug Report 4100 }