Commit graph

23 commits

Author SHA1 Message Date
Meredith L. Patterson
e9de06636d h_many is failing because of the problem with choice not returning results correctly 2013-12-22 18:09:25 +01:00
Meredith L. Patterson
a10572e751 AFAIK h_xor just needs h_ch_range working correctly 2013-12-22 18:09:25 +01:00
Meredith L. Patterson
0c9ab03fd7 h_difference works 2013-12-22 18:09:25 +01:00
Meredith L. Patterson
378710844b h_butnot is fine 2013-12-22 18:09:25 +01:00
Meredith L. Patterson
80d4460e6e choice isn't putting its results in the right place either 2013-12-22 18:09:25 +01:00
Meredith L. Patterson
1ce63c26ec sequence is definitely broken, results aren't landing in output array 2013-12-22 18:09:25 +01:00
Meredith L. Patterson
fc71e12bea nothing_p works; EndTest's failure case is producing an empty array (successful but empty sequence), success case is *also* producing an empty array 2013-12-22 18:09:25 +01:00
Meredith L. Patterson
9f55409246 EndTest is still failing, but the void*[] typemap isn't segfaulting anymore 2013-12-22 18:09:25 +01:00
Meredith L. Patterson
d544c2f4bb sequence is still segfaulting; its inner parsers seem to be getting corrupted somehow 2013-12-22 18:09:25 +01:00
Meredith L. Patterson
4d649d93d3 fixed ch; need to figure out what to do with an array of SWIG wrapped types for sequence/choice 2013-12-22 18:09:24 +01:00
Meredith L. Patterson
aa10384709 and so does h_sequence. time to fix this in swig. 2013-12-22 18:09:24 +01:00
Meredith L. Patterson
48d6cf6f88 h_in and h_not_in also have a wrong param count issue 2013-12-22 18:09:24 +01:00
Meredith L. Patterson
ce5a621ee3 h_action test is written, but something is wrong with h_choice. 2013-12-22 18:09:24 +01:00
Meredith L. Patterson
72edbfa167 so do h_right and h_middle 2013-12-22 18:09:24 +01:00
Meredith L. Patterson
596d619fb5 h_left works 2013-12-22 18:09:24 +01:00
Meredith L. Patterson
421b7f29c8 whitespace test works just fine; that segfault was entirely my fault 2013-12-22 18:09:24 +01:00
Meredith L. Patterson
be08c128e0 h_int_range works 2013-12-22 18:09:24 +01:00
Meredith L. Patterson
c89f3dc7c7 unsigned ints working too 2013-12-22 18:09:24 +01:00
Meredith L. Patterson
b13d5045e2 there's all the signed-int parsers working 2013-12-22 18:09:24 +01:00
Meredith L. Patterson
282c42139d ChTest and ChRangeTest fail only because their result isn't being coerced to string. 2013-12-22 18:09:24 +01:00
Meredith L. Patterson
ddbde60396 TT_BYTES is converting properly; TT_UINT is not. 2013-12-22 18:09:24 +01:00
Meredith L. Patterson
49ca034b32 typemap for HParseResult is returning the appropriate zval, but why does PHP think it's null? 2013-12-22 18:09:24 +01:00
Meredith L. Patterson
23cb4d0f7c test runner/test dir ready to go; scons builds/executes php tests in src/bindings/php/Tests 2013-12-22 17:58:52 +01:00