Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyendumajumdar authored Oct 8, 2016
1 parent e6fc702 commit e832e54
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lua5.1-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,12 @@ On UNIX systems just execute:
## Tests disabled or ignored
Wherever tests have been switched off or ignored a comment has been added and the code has been made conditional. These failures will
be investigated and either the tests will be modified or permanently disabled depending upon whether the issue is one of compatibility
or a defect in LuaJIT.
or a defect in LuaJIT.

Example of excluded test:
```
if not jit then
-- FIXME tests fail in LuaJIT
dofile('main.lua')
end
```

0 comments on commit e832e54

Please sign in to comment.