Skip to content

Instantly share code, notes, and snippets.

@snim2
Created July 26, 2014 15:51
Show Gist options
  • Save snim2/4af7b12076a31b13190c to your computer and use it in GitHub Desktop.
Save snim2/4af7b12076a31b13190c to your computer and use it in GitHub Desktop.
Possible naulang error
$ export PYTHONPATH=$PYTHONPATH:/opt/pypy:. ; py.test -v tests/compiler/_*.py -k test_ast_functionstatement -s
======================================================== test session starts =========================================================
platform linux2 -- Python 2.7.6 -- pytest-2.2.4.dev2 -- /usr/bin/python
collecting 0 items[platform:execute] gcc -c -O3 -pthread -fomit-frame-pointer -Wall -Wno-unused /tmp/usession-default-16/platcheck_0.c -o /tmp/usession-default-16/platcheck_0.o
[platform:execute] gcc /tmp/usession-default-16/platcheck_0.o -pthread -lintl -lrt -o /tmp/usession-default-16/platcheck_0
collecting 23 items/home/snim2/Desktop/working/snim2/naulang/naulang/compiler/parser.py:317: ParserGeneratorWarning: 48 shift/reduce conflicts
PARSER = pg.build()
collected 110 items
tests/compiler/test_ast.py:137: test_ast_functionstatement PASSED
tests/compiler/test_compiler.py:308: test_ast_functionstatement xfail
======================================= 108 tests deselected by '-ktest_ast_functionstatement' =======================================
======================================== 1 passed, 108 deselected, 1 xfailed in 2.40 seconds =========================================
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment