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 9, 2016
1 parent cd42900 commit 318dedd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lua5.1-tests/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Lua 5.1 Test Suite

This directory contains a modified version of the Lua 5.1 test suite. The modifications are primarily to disable or amend some tests
so that the test suite can be run.
This directory contains a modified version of the [Lua 5.1 test suite](http://www.lua.org/tests/). The modifications are primarily to disable or amend some tests so that the test suite can be run.

## LuaJIT build options

Expand All @@ -16,10 +15,13 @@ On UNIX systems just execute:
sh run.sh
```

## Platform Status

The modified test suite passes on OSX El Capitan and Ubuntu 14.04.

## 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.
be investigated and either the tests will be modified so that they work for LuaJIT or optionally enabled depending upon whether the issue is one of compatibility or a defect in LuaJIT.

Example of excluded test:
```
Expand Down

0 comments on commit 318dedd

Please sign in to comment.