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

asp --group print information is not filtered #338

Open
yjhmelody opened this issue Apr 22, 2021 · 5 comments
Open

asp --group print information is not filtered #338

yjhmelody opened this issue Apr 22, 2021 · 5 comments

Comments

@yjhmelody
Copy link

I use --group=Option.

 [Success]: ✔ should encode bool

    [File]: assembly/__tests__/Option.spec.ts
  [Groups]: 2 pass, 2 total
  [Result]: ✔ PASS
[Snapshot]: 0 total, 0 added, 0 removed, 0 different
 [Summary]: 1 pass,  0 fail, 1 total
    [Time]: 2.84ms

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    [File]: assembly/__tests__/ScaleMap.spec.ts
  [Groups]: 1 pass, 1 total
  [Result]: ✖ FAIL
[Snapshot]: 0 total, 0 added, 0 removed, 0 different
 [Summary]: 0 pass,  0 fail, 0 total
    [Time]: 0.121ms

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    [File]: assembly/__tests__/ScaleString.spec.ts
  [Groups]: 1 pass, 1 total
  [Result]: ✖ FAIL
[Snapshot]: 0 total, 0 added, 0 removed, 0 different
 [Summary]: 0 pass,  0 fail, 0 total
    [Time]: 0.133ms

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    [File]: assembly/__tests__/UInt.spec.ts
  [Groups]: 1 pass, 1 total
  [Result]: ✖ FAIL
[Snapshot]: 0 total, 0 added, 0 removed, 0 different
 [Summary]: 0 pass,  0 fail, 0 total
    [Time]: 0.089ms

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  [Result]: ✖ FAIL
   [Files]: 14 total
  [Groups]: 15 count, 15 pass
   [Tests]: 1 pass, 0 fail, 1 total
    [Time]: 5743.083ms
[]
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@yjhmelody
Copy link
Author

or like:

✔ assembly/__tests__/Option.spec.ts Pass: 4 / 4 Todo: 0 Time: 4.474ms
❌ assembly/__tests__/ScaleMap.spec.ts Pass: 0 / 0 Todo: 0 Time: 0.087ms
  Failed: String
❌ assembly/__tests__/ScaleString.spec.ts Pass: 0 / 0 Todo: 0 Time: 0.227ms
  Failed: String
❌ assembly/__tests__/UInt.spec.ts Pass: 0 / 0 Todo: 0 Time: 0.137ms

@jtenner
Copy link
Contributor

jtenner commented Apr 28, 2021

I believe that this is definitely a problem. I will investigate soon.

@yjhmelody
Copy link
Author

yjhmelody commented Apr 29, 2021

--test, too

@willemneal
Copy link
Collaborator

Does it also fail with -g Option and -t?

@yjhmelody
Copy link
Author

Does it also fail with -g Option and -t?

Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants