Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to New Parser #55

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

chore: Bump Package Versions

283e773
Select commit
Loading
Failed to load commit list.
Open

Switch to New Parser #55

chore: Bump Package Versions
283e773
Select commit
Loading
Failed to load commit list.
Azure Pipelines / iwillspeak.feersum failed Jun 24, 2024 in 3m 0s

Build #20240624.1 had test failures

Details

Tests

  • Failed: 65 (5.41%, 0 new, 65 recurring)
  • Passed: 1,137 (94.59%)
  • Other: 0 (0.00%)
  • Total: 1,202

Annotations

Check failure on line 688 in Build log

@azure-pipelines azure-pipelines / iwillspeak.feersum

Build log #L688

Bash exited with code '99'.

Check failure on line 1967 in Build log

@azure-pipelines azure-pipelines / iwillspeak.feersum

Build log #L1967

PowerShell exited with code '1'.

Check failure on line 1 in SpecTests.spec tests parse result(s: "builtin-macros.scm")

@azure-pipelines azure-pipelines / iwillspeak.feersum

SpecTests.spec tests parse result(s: "builtin-macros.scm")

Assert.Equal() Failure: Strings differ
                            ↓ (pos 17)
Expected: "PROGRAM: (0..499)\r\n  FORM: (0..211)\r\n    "···
Actual:   "PROGRAM: (0..499)\n  FORM: (0..211)\n    OP"···
                            ↑ (pos 17)
Raw output
   at SpecTests.spec tests parse result(String s) in D:\a\1\s\test\Feersum.Tests\SpecTests.fs:line 202
   at InvokeStub_SpecTests.spec tests parse result(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 1 in SpecTests.spec tests parse result(s: "false.scm")

@azure-pipelines azure-pipelines / iwillspeak.feersum

SpecTests.spec tests parse result(s: "false.scm")

Assert.Equal() Failure: Strings differ
                          ↓ (pos 15)
Expected: "PROGRAM: (0..2)\r\n  CONSTANT: (0..2)\r\n    "···
Actual:   "PROGRAM: (0..2)\n  CONSTANT: (0..2)\n    BO"···
                          ↑ (pos 15)
Raw output
   at SpecTests.spec tests parse result(String s) in D:\a\1\s\test\Feersum.Tests\SpecTests.fs:line 202
   at InvokeStub_SpecTests.spec tests parse result(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 1 in SpecTests.spec tests parse result(s: "user-macros.scm")

@azure-pipelines azure-pipelines / iwillspeak.feersum

SpecTests.spec tests parse result(s: "user-macros.scm")

Assert.Equal() Failure: Strings differ
                            ↓ (pos 17)
Expected: "PROGRAM: (0..555)\r\n  FORM: (0..41)\r\n    O"···
Actual:   "PROGRAM: (0..555)\n  FORM: (0..41)\n    OPE"···
                            ↑ (pos 17)
Raw output
   at SpecTests.spec tests parse result(String s) in D:\a\1\s\test\Feersum.Tests\SpecTests.fs:line 202
   at InvokeStub_SpecTests.spec tests parse result(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 1 in SpecTests.spec tests parse result(s: "fail\\bad-library-names-parsefail.scm")

@azure-pipelines azure-pipelines / iwillspeak.feersum

SpecTests.spec tests parse result(s: "fail\\bad-library-names-parsefail.scm")

Assert.Equal() Failure: Strings differ
                           ↓ (pos 16)
Expected: "PROGRAM: (0..19)\r\n  FORM: (0..18)\r\n    OP"···
Actual:   "PROGRAM: (0..19)\n  FORM: (0..18)\n    OPEN"···
                           ↑ (pos 16)
Raw output
   at SpecTests.spec tests parse result(String s) in D:\a\1\s\test\Feersum.Tests\SpecTests.fs:line 202
   at InvokeStub_SpecTests.spec tests parse result(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)