Skip to content

Commit

Permalink
update compliance coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Jan 6, 2022
1 parent af63c6a commit 6e850ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gh-pages/content/specification/6-compliance-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This section details the current state of each language binding with respect to our standard compliance suite.


| number | test | java (99.16%) | golang (78.15%) | Dotnet | Python |
| number | test | java (98.33%) | golang (78.33%) | Dotnet | Python |
| ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | -------------------------------------------- | ------ | ------ |
| 1 | asyncOverrides_overrideCallsSuper | 🟢 | [🔴](https://github.com/aws/jsii/issues/2670) |||
| 2 | [arrayReturnedByMethodCanBeRead]("Array created in the kernel can be queried for its elements") | 🟢 | 🟢 |||
Expand Down Expand Up @@ -126,3 +126,4 @@ This section details the current state of each language binding with respect to
| 117 | testInterfaces | 🟢 | 🟢 |||
| 118 | [callbackParameterIsInterface]("Validates pure interfaces can be passed to callbacks") || 🟢 |||
| 119 | [classCanBeUsedWhenNotExpressedlyLoaded]("Validates that types not explicitly loaded by the user can safely be returned by JS code") | 🟢 | 🟢 |||
| 120 | [downcasting]("Ensures unsafe-cast features work as expected") || 🟢 |||
4 changes: 4 additions & 0 deletions tools/jsii-compliance/suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,10 @@ export const suite: schema.Suite = {
{
name: 'classCanBeUsedWhenNotExpressedlyLoaded',
description: 'Validates that types not explicitly loaded by the user can safely be returned by JS code',
},
{
name: 'downcasting',
description: 'Ensures unsafe-cast features work as expected',
}
],
};

0 comments on commit 6e850ee

Please sign in to comment.