Ran
|
Files
71
|
Run time
2s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
Fix OOM issue: our old favourite (exp*)+ * The commit message for 298b52770 starts off by saying that tag rule wasn't even being hit, and indeed it wasn't, otherwise we would have seen this sooner. That change exposed two issue. The first is that we weren't setting sol to false when re-tokenizing table cell attributes. This had the effect that the nested_block_line, which requires !sol, returned zero tokens when a tag was found in the sol position. And since zero tokens doesn't move the parse position and this was inside a repetition, round and round we go. * The fix is two-fold. Pass in sol === false, which is enough to get all those out of memory issues fixed. And, guard against this in future by assuring that the nested_block_line at least returned a token. Bug: T115072 Change-Id: I06e021161
11920 of 14014 relevant lines covered (85.06%)
18608.28 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|