tools.image-analyzer.gc-info.tests: trying again to fix the test

char-rename
Björn Lindqvist 2016-10-08 16:42:32 +02:00
parent 402a416ace
commit 560900275a
1 changed files with 12 additions and 5 deletions

View File

@ -3,7 +3,7 @@ classes.struct combinators.short-circuit compiler compiler.cfg
compiler.cfg.debugger compiler.cfg.instructions compiler.cfg.debugger compiler.cfg.instructions
compiler.cfg.linearization compiler.codegen.gc-maps compiler.units fry compiler.cfg.linearization compiler.codegen.gc-maps compiler.units fry
generic grouping io io.encodings.binary io.streams.byte-array kernel generic grouping io io.encodings.binary io.streams.byte-array kernel
literals math namespaces random sequences system tools.image-analyzer.gc-info math namespaces random sequences system tools.image-analyzer.gc-info
tools.image-analyzer.utils tools.test vm vocabs words ; tools.image-analyzer.utils tools.test vm vocabs words ;
IN: tools.image-analyzer.gc-info.tests IN: tools.image-analyzer.gc-info.tests
QUALIFIED: cpu.x86.features.private QUALIFIED: cpu.x86.features.private
@ -71,12 +71,19 @@ QUALIFIED: opencl
] unit-test ] unit-test
cpu x86.64? [ cpu x86.64? [
{ os windows? [
! The difference is because Windows stack references are ! The difference is because Windows stack references are
! longer because of the home space. ! longer because of the home space.
{ ${ os windows? 156 155 ? { ?{ f t t t t } { } } } } {
} [ { 156 { ?{ f f f f f t t t t } { } } }
\ effects:<effect> word>gc-maps }
] [
{
{ 155 { ?{ f t t t t } { } } }
}
] if
[
\ effects:<effect> word>gc-maps first
] unit-test ] unit-test
] when ] when