* tests should fail (see added comment)

git-svn-id: trunk@13637 -
This commit is contained in:
Jonas Maebe 2009-09-01 22:22:41 +00:00
parent 1f4bb21c6e
commit b93ff4c71c
3 changed files with 12 additions and 0 deletions

View File

@ -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}

View File

@ -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}

View File

@ -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 }