From 6cfcc947c15c6d29e395c731999f1389891bb298 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Mon, 18 Apr 2016 00:45:18 +0300 Subject: [PATCH 1/3] leave only failing test --- appveyor.yml | 2 +- spec/model/BlockSet_spec.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a32d0c7..be76eb2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -60,7 +60,7 @@ build_script: test_script: - cd %APPVEYOR_BUILD_FOLDER% -- busted -c -o .appveyor/busted-print.lua +- busted -c -o .appveyor/busted-print.lua -t luajit_vs32_fail after_test: - luacov-coveralls -v diff --git a/spec/model/BlockSet_spec.lua b/spec/model/BlockSet_spec.lua index 7921192..2560b97 100644 --- a/spec/model/BlockSet_spec.lua +++ b/spec/model/BlockSet_spec.lua @@ -51,7 +51,7 @@ describe("npge.model.BlockSet", function() assert.equal(blockset:isPartition(), false) end) - it("throws if fragment is on unknown sequence", function() + it("throws if fragment is on unknown sequence #luajit_vs32_fail", function() assert.has_error(function() local s1 = model.Sequence("s1", "ATAT") local s2 = model.Sequence("s2", "ATAT") From 9f8003bbb0d2ddffef13086da6a658710688a7fc Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Mon, 18 Apr 2016 00:48:31 +0300 Subject: [PATCH 2/3] appveyor: build only failing jobs --- appveyor.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index be76eb2..a0be679 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,13 +8,6 @@ shallow_clone: true environment: LUAROCKS_VER: 2.2.2 matrix: - - LUA_VER: 5.1.5 - - LUA_VER: 5.2.4 - - LUA_VER: 5.2.4 - NOCOMPAT: true - - LUA_VER: 5.3.0 - - LUA_VER: 5.3.0 - NOCOMPAT: true - LJ_VER: 2.0.3 - LJ_VER: 2.1 From bd135e08db833c95ce11c95d5b472d9d5132d01e Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Mon, 18 Apr 2016 01:42:06 +0300 Subject: [PATCH 3/3] test all methods of blockset --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a0be679..53c03de 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -53,7 +53,7 @@ build_script: test_script: - cd %APPVEYOR_BUILD_FOLDER% -- busted -c -o .appveyor/busted-print.lua -t luajit_vs32_fail +- busted -c -o .appveyor/busted-print.lua spec/model/BlockSet_spec.lua after_test: - luacov-coveralls -v