Partial merge of commit 39813, just the part that adds %OPT=-CE header line to tests needing explicit fpu exception checks

git-svn-id: branches/fixes_3_2@45971 -
This commit is contained in:
pierre 2020-07-31 14:45:13 +00:00
parent a9b02a2991
commit d7de35c5b8
12 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,4 @@
{ %OPT=-CE }
{ Old file: tbs0305.pp }
{ Finally is not handled correctly after inputting 0 }

View File

@ -1,3 +1,4 @@
{ %OPT=-CE }
{ this test is geared towards Double values }
program tb0643;

View File

@ -1,4 +1,5 @@
{ %skiptarget=go32v2 }
{ %OPT=-CE }
{$mode objfpc}

View File

@ -1,4 +1,5 @@
{ %TARGET=win32,win64,wince,linux,android }
{ %OPT=-CE }
program tsafecall3;
{$mode objfpc}{$H+}

View File

@ -1,4 +1,5 @@
{ %TARGET=win32,win64,wince,linux,android }
{ %OPT=-CE }
program tsafecall4;
{$mode objfpc}{$H+}

View File

@ -1,3 +1,4 @@
{ %OPT=-CE }
program fpu;
{$mode delphi}

View File

@ -1,3 +1,4 @@
{ %OPT=-CE }
program fpu;
{$mode delphi}

View File

@ -1,3 +1,4 @@
{ %OPT=-CE }
{ %RESULT=207 }
{ Source provided for Free Pascal Bug Report 3160 }
{ Submitted by "Michalis Kamburelis" on 2004-06-12 }

View File

@ -1,3 +1,4 @@
{ %OPT=-CE }
{ %RESULT=207 }
{ Source provided for Free Pascal Bug Report 3160 }
{ Submitted by "Michalis Kamburelis" on 2004-06-12 }

View File

@ -1,3 +1,4 @@
{ %OPT=-CE }
{ %RESULT=207 }
{ Source provided for Free Pascal Bug Report 3160 }
{ Submitted by "Michalis Kamburelis" on 2004-06-12 }

View File

@ -1,3 +1,4 @@
{ %OPT=-CE }
{ %target=linux,haiku }
{ Source provided for Free Pascal Bug Report 3161 }

View File

@ -1,3 +1,4 @@
{ %OPT=-CE }
{ %result=217 }
{ Source provided for Free Pascal Bug Report 4100 }