mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 12:50:23 +02:00
* tests should fail (see added comment)
git-svn-id: trunk@13637 -
This commit is contained in:
parent
1f4bb21c6e
commit
b93ff4c71c
@ -1,7 +1,11 @@
|
||||
{ %fail }
|
||||
{ %cpu=i386 }
|
||||
|
||||
{ This test expects values on the stack, which is i386 only }
|
||||
|
||||
{ This test should fail, because it can indeed only ever work on i386,
|
||||
and even there the default typing by the compiler is wrong. }
|
||||
|
||||
{ fourth simple array of const test }
|
||||
|
||||
{$mode objfpc}
|
||||
|
@ -1,7 +1,11 @@
|
||||
{ %fail }
|
||||
{ %cpu=i386 }
|
||||
|
||||
{ This test expects values on the stack, which is i386 only }
|
||||
|
||||
{ This test should fail, because it can indeed only ever work on i386,
|
||||
and even there the default typing by the compiler is wrong. }
|
||||
|
||||
{ fifth simple array of const test }
|
||||
|
||||
{$mode objfpc}
|
||||
|
@ -1,7 +1,11 @@
|
||||
{ %fail }
|
||||
{ %cpu=i386 }
|
||||
|
||||
{ This test expects values on the stack, which is i386 only }
|
||||
|
||||
{ This test should fail, because it can indeed only ever work on i386,
|
||||
and even there the default typing by the compiler is wrong. }
|
||||
|
||||
{ sixth simple array of const test
|
||||
for int64 values }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user