sanyaade-g2g-repos / recursive-ascent

Automatically exported from code.google.com/p/recursive-ascent
0 stars 0 forks source link

Fix test JSONParser.Test+Abstract lexer tests.Load graph test from DOT #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Fix test
JSONParser.Test+Abstract lexer tests.Load graph test from DOT

[JSONParser.Test+Abstract lexer tests.Load graph test from DOT] Test(s) failed. 
System.NullReferenceException : Object reference not set to an instance of an 
object.
   at <StartupCode$AbstractLexer-Core>.$Lexing.mkNewString@237[b,br,d](LexBuffer`2 lexbuf, LexerEdge`2 edg, State`2 stt) in D:\projects\YC\rec_tmp\recursive-ascent\YaccConstructor\AbstractLexer.Core\Lexing.fs:line 238
   at <StartupCode$AbstractLexer-Core>.$Lexing.processEdg@283[b,br,a](UnicodeTables this, FSharpFunc`2 actions, LexBuffer`2 lexbuf, LexerEdge`2 edg, State`2 stt, FSharpRef`1 reduced) in D:\projects\YC\rec_tmp\recursive-ascent\YaccConstructor\AbstractLexer.Core\Lexing.fs:line 303
   at <StartupCode$AbstractLexer-Core>.$Lexing.res_edg_seq@310.GenerateNext(IEnumerable`1& next) in D:\projects\YC\rec_tmp\recursive-ascent\YaccConstructor\AbstractLexer.Core\Lexing.fs:line 314
   at Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1.MoveNextImpl()
   at <StartupCode$AbstractLexer-Core>.$Lexing.clo@318-2.GenerateNext(IEnumerable`1& next) in D:\projects\YC\rec_tmp\recursive-ascent\YaccConstructor\AbstractLexer.Core\Lexing.fs:line 318
   at Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1.MoveNextImpl()
   at Microsoft.FSharp.Collections.SeqModule.ToArray[T](IEnumerable`1 source)
   at AbstractLexer.Core.UnicodeTables.inputGraph[br,a,b](FSharpFunc`2 actions, LexerInputGraph`1 inG, b printG) in D:\projects\YC\rec_tmp\recursive-ascent\YaccConstructor\AbstractLexer.Core\Lexing.fs:line 327
   at AbstractLexer.Core.UnicodeTables.Tokenize[a,b,c,d](FSharpFunc`2 actions, LexerInputGraph`1 g, b eofToken, FSharpOption`1 printG) in D:\projects\YC\rec_tmp\recursive-ascent\YaccConstructor\AbstractLexer.Core\Lexing.fs:line 349
   at JSONParser.Test.Abstract lexer tests.Load graph test from DOT() in C:\BuildAgent\work\f2b3922bf241fcd5\src\JSONParser.Test\Program.fs:line 50
[13:48:12]

Build log: 
http://teamcity.codebetter.com/viewLog.html?tab=buildLog&buildTypeId=bt1148&buil
dId=105246#_

Original issue reported on code.google.com by rsdpisuy@gmail.com on 7 Jan 2014 at 7:56