Skip to content

Commit

Permalink
Enable more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DavePearce committed Dec 21, 2024
1 parent 49aca56 commit d984794
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pkg/test/valid_corset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -790,14 +790,15 @@ func TestSlow_Euc(t *testing.T) {
Check(t, true, "euc")
}

/* func TestSlow_Oob(t *testing.T) {
Check(t, true, "oob")
}
/*
func TestSlow_Oob(t *testing.T) {
Check(t, true, "oob")
}
*/
/* func TestSlow_Stp(t *testing.T) {
func TestSlow_Stp(t *testing.T) {
Check(t, true, "stp")
}
*/

/* func TestSlow_Mmio(t *testing.T) {
Check(t, true, "mmio")
}
Expand Down

0 comments on commit d984794

Please sign in to comment.