perl11 / potion

_why the lucky stiff's little language (the official repo... until _why returns)

Home Page:http://groups.google.com/group/potion-lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3 FAILS (261 tests)

lanjiann opened this issue · comments

I tried both make 3.81 and make 4.0. I use Mac OS X 10.9.2. When I run 'make test', I get this.


running bin/potion VM tests
..................................
** test/misc/assign.pn: expected <(x=2)
false
false
1
1
[1, 2]
[1, 2]
1>, but got <>
.....................................................
running bin/potion compiler tests
..................................
** test/misc/assign.pn: expected <(x=2)
false
false
1
1
[1, 2]
[1, 2]
1>, but got <>
.....................................................
running bin/potion JIT tests
..................................
** test/misc/assign.pn: expected <(x=2)
false
false
1
1
[1, 2]
[1, 2]
1>, but got <>
.....................................................
3 FAILS (261 tests)

I have another question. If I install potion in default position /usr/local. 'brew doctor' will report some warning about *.dylib. I don't like it. So I want to install potion in other places. I can do this by changing the PREFIX value in config.mak. Is this enough?

Yes, the misc/assign.pn test is testing a new feature, only for the assign branch.
I'll disable it.

  1. Yes, make PREFIX=dir is enough.
    See dist.mak