Skip to content

Commit

Permalink
internal/core/export: remove exclusions of fixed bugs
Browse files Browse the repository at this point in the history
These were previously fixed. Remove them to resume
testing them down the line.

Signed-off-by: Marcel van Lohuizen <[email protected]>
Change-Id: I87d3a72ecceb4edf0dc6dec47e1b24fef29722c1
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1202230
Reviewed-by: Matthew Sackman <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
  • Loading branch information
mpvl committed Oct 8, 2024
1 parent 1700400 commit a37223b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions internal/core/export/self_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ func TestSelfContained(t *testing.T) {
Matrix: cuetdtest.FullMatrix,

ToDo: map[string]string{
"self-v3/selfcontained/errors": "reordering",
"self-v3/selfcontained/import": `wa: reference "_hidden_567475F3" not found:`,
"self-v3/selfcontained/splitcomprehension": "reference not found",
"self-v3-noshare/selfcontained/splitcomprehension": "reference not found",
"self-v3/selfcontained/import": `wa: reference "_hidden_567475F3" not found:`,
},
}

Expand Down

0 comments on commit a37223b

Please sign in to comment.