Forgot to make all tests running #95
Annotations
17 errors
tests/TestAmbigParseTrees.spec.ts > TestAmbigParseTrees > testParseDecisionWithinAmbiguousStartRule:
tests/TestAmbigParseTrees.spec.ts#L37
AssertionError: expected '(s:1 a (x:1 b))' to be '(s:1 a (x:1 b) c)' // Object.is equality
Expected: "(s:1 a (x:1 b) c)"
Received: "(s:1 a (x:1 b))"
❯ testInterpAtSpecificAlt tests/TestAmbigParseTrees.spec.ts:37:57
❯ tests/TestAmbigParseTrees.spec.ts:88:9
|
tests/TestAmbigParseTrees.spec.ts > TestAmbigParseTrees > testAmbigAltsAtRoot:
tests/TestAmbigParseTrees.spec.ts#L53
AssertionError: expected '(s:1 a (x:1 b))' to be '(s:1 a (x:1 b) c)' // Object.is equality
Expected: "(s:1 a (x:1 b) c)"
Received: "(s:1 a (x:1 b))"
❯ testAmbiguousTrees tests/TestAmbigParseTrees.spec.ts:53:58
❯ tests/TestAmbigParseTrees.spec.ts:117:9
|
tests/TestAmbigParseTrees.spec.ts > TestAmbigParseTrees > testAmbigAltsNotAtRoot:
tests/TestAmbigParseTrees.spec.ts#L53
AssertionError: expected '(s:1 (x:1 (y:1 a (z:1 b))))' to be '(s:1 (x:1 (y:1 a (z:1 b) c)))' // Object.is equality
Expected: "(s:1 (x:1 (y:1 a (z:1 b) c)))"
Received: "(s:1 (x:1 (y:1 a (z:1 b))))"
❯ testAmbiguousTrees tests/TestAmbigParseTrees.spec.ts:53:58
❯ tests/TestAmbigParseTrees.spec.ts:149:9
|
tests/TestAmbigParseTrees.spec.ts > TestAmbigParseTrees > testAmbigAltDipsIntoOuterContextToRoot:
src/tool/Grammar.ts#L1303
Error: The specified transition type: 0 is not valid.
❯ _ATNDeserializer.edgeFactory node_modules/antlr4ng/dist/index.mjs:4928:15
❯ _ATNDeserializer.readEdges node_modules/antlr4ng/dist/index.mjs:4681:20
❯ _ATNDeserializer.deserialize node_modules/antlr4ng/dist/index.mjs:4551:10
❯ LexerGrammar.createLexerInterpreter src/tool/Grammar.ts:1303:55
❯ testAmbiguousTrees tests/TestAmbigParseTrees.spec.ts:44:30
❯ tests/TestAmbigParseTrees.spec.ts:179:9
|
tests/TestAmbigParseTrees.spec.ts > TestAmbigParseTrees > testAmbigAltDipsIntoOuterContextBelowRoot:
src/tool/Grammar.ts#L1303
Error: The specified transition type: 0 is not valid.
❯ _ATNDeserializer.edgeFactory node_modules/antlr4ng/dist/index.mjs:4928:15
❯ _ATNDeserializer.readEdges node_modules/antlr4ng/dist/index.mjs:4681:20
❯ _ATNDeserializer.deserialize node_modules/antlr4ng/dist/index.mjs:4551:10
❯ LexerGrammar.createLexerInterpreter src/tool/Grammar.ts:1303:55
❯ testAmbiguousTrees tests/TestAmbigParseTrees.spec.ts:44:30
❯ tests/TestAmbigParseTrees.spec.ts:210:9
|
tests/TestAmbigParseTrees.spec.ts > TestAmbigParseTrees > testAmbigAltInLeftRecursiveBelowStartRule:
src/tool/Grammar.ts#L1303
Error: The specified transition type: 0 is not valid.
❯ _ATNDeserializer.edgeFactory node_modules/antlr4ng/dist/index.mjs:4928:15
❯ _ATNDeserializer.readEdges node_modules/antlr4ng/dist/index.mjs:4681:20
❯ _ATNDeserializer.deserialize node_modules/antlr4ng/dist/index.mjs:4551:10
❯ LexerGrammar.createLexerInterpreter src/tool/Grammar.ts:1303:55
❯ testAmbiguousTrees tests/TestAmbigParseTrees.spec.ts:44:30
❯ tests/TestAmbigParseTrees.spec.ts:241:9
|
tests/TestAmbigParseTrees.spec.ts > TestAmbigParseTrees > testAmbigAltInLeftRecursiveStartRule:
src/tool/Grammar.ts#L1303
Error: The specified transition type: 0 is not valid.
❯ _ATNDeserializer.edgeFactory node_modules/antlr4ng/dist/index.mjs:4928:15
❯ _ATNDeserializer.readEdges node_modules/antlr4ng/dist/index.mjs:4681:20
❯ _ATNDeserializer.deserialize node_modules/antlr4ng/dist/index.mjs:4551:10
❯ LexerGrammar.createLexerInterpreter src/tool/Grammar.ts:1303:55
❯ testAmbiguousTrees tests/TestAmbigParseTrees.spec.ts:44:30
❯ tests/TestAmbigParseTrees.spec.ts:271:9
|
build (20.x)
Process completed with exit code 1.
|
build (22.x)
The job was canceled because "_20_x" failed.
|
tests/TestAmbigParseTrees.spec.ts > TestAmbigParseTrees > testParseDecisionWithinAmbiguousStartRule:
tests/TestAmbigParseTrees.spec.ts#L37
AssertionError: expected '(s:1 a (x:1 b))' to be '(s:1 a (x:1 b) c)' // Object.is equality
Expected: "(s:1 a (x:1 b) c)"
Received: "(s:1 a (x:1 b))"
❯ testInterpAtSpecificAlt tests/TestAmbigParseTrees.spec.ts:37:57
❯ tests/TestAmbigParseTrees.spec.ts:88:9
|
tests/TestAmbigParseTrees.spec.ts > TestAmbigParseTrees > testAmbigAltsAtRoot:
tests/TestAmbigParseTrees.spec.ts#L53
AssertionError: expected '(s:1 a (x:1 b))' to be '(s:1 a (x:1 b) c)' // Object.is equality
Expected: "(s:1 a (x:1 b) c)"
Received: "(s:1 a (x:1 b))"
❯ testAmbiguousTrees tests/TestAmbigParseTrees.spec.ts:53:58
❯ tests/TestAmbigParseTrees.spec.ts:117:9
|
tests/TestAmbigParseTrees.spec.ts > TestAmbigParseTrees > testAmbigAltsNotAtRoot:
tests/TestAmbigParseTrees.spec.ts#L53
AssertionError: expected '(s:1 (x:1 (y:1 a (z:1 b))))' to be '(s:1 (x:1 (y:1 a (z:1 b) c)))' // Object.is equality
Expected: "(s:1 (x:1 (y:1 a (z:1 b) c)))"
Received: "(s:1 (x:1 (y:1 a (z:1 b))))"
❯ testAmbiguousTrees tests/TestAmbigParseTrees.spec.ts:53:58
❯ tests/TestAmbigParseTrees.spec.ts:149:9
|
tests/TestAmbigParseTrees.spec.ts > TestAmbigParseTrees > testAmbigAltDipsIntoOuterContextToRoot:
src/tool/Grammar.ts#L1303
Error: The specified transition type: 0 is not valid.
❯ _ATNDeserializer.edgeFactory node_modules/antlr4ng/dist/index.mjs:4928:15
❯ _ATNDeserializer.readEdges node_modules/antlr4ng/dist/index.mjs:4681:20
❯ _ATNDeserializer.deserialize node_modules/antlr4ng/dist/index.mjs:4551:10
❯ LexerGrammar.createLexerInterpreter src/tool/Grammar.ts:1303:55
❯ testAmbiguousTrees tests/TestAmbigParseTrees.spec.ts:44:30
❯ tests/TestAmbigParseTrees.spec.ts:179:9
|
tests/TestAmbigParseTrees.spec.ts > TestAmbigParseTrees > testAmbigAltDipsIntoOuterContextBelowRoot:
src/tool/Grammar.ts#L1303
Error: The specified transition type: 0 is not valid.
❯ _ATNDeserializer.edgeFactory node_modules/antlr4ng/dist/index.mjs:4928:15
❯ _ATNDeserializer.readEdges node_modules/antlr4ng/dist/index.mjs:4681:20
❯ _ATNDeserializer.deserialize node_modules/antlr4ng/dist/index.mjs:4551:10
❯ LexerGrammar.createLexerInterpreter src/tool/Grammar.ts:1303:55
❯ testAmbiguousTrees tests/TestAmbigParseTrees.spec.ts:44:30
❯ tests/TestAmbigParseTrees.spec.ts:210:9
|
tests/TestAmbigParseTrees.spec.ts > TestAmbigParseTrees > testAmbigAltInLeftRecursiveBelowStartRule:
src/tool/Grammar.ts#L1303
Error: The specified transition type: 0 is not valid.
❯ _ATNDeserializer.edgeFactory node_modules/antlr4ng/dist/index.mjs:4928:15
❯ _ATNDeserializer.readEdges node_modules/antlr4ng/dist/index.mjs:4681:20
❯ _ATNDeserializer.deserialize node_modules/antlr4ng/dist/index.mjs:4551:10
❯ LexerGrammar.createLexerInterpreter src/tool/Grammar.ts:1303:55
❯ testAmbiguousTrees tests/TestAmbigParseTrees.spec.ts:44:30
❯ tests/TestAmbigParseTrees.spec.ts:241:9
|
tests/TestAmbigParseTrees.spec.ts > TestAmbigParseTrees > testAmbigAltInLeftRecursiveStartRule:
src/tool/Grammar.ts#L1303
Error: The specified transition type: 0 is not valid.
❯ _ATNDeserializer.edgeFactory node_modules/antlr4ng/dist/index.mjs:4928:15
❯ _ATNDeserializer.readEdges node_modules/antlr4ng/dist/index.mjs:4681:20
❯ _ATNDeserializer.deserialize node_modules/antlr4ng/dist/index.mjs:4551:10
❯ LexerGrammar.createLexerInterpreter src/tool/Grammar.ts:1303:55
❯ testAmbiguousTrees tests/TestAmbigParseTrees.spec.ts:44:30
❯ tests/TestAmbigParseTrees.spec.ts:271:9
|
build (22.x)
Process completed with exit code 1.
|