@@ -1914,10 +1914,6 @@ func TestTemplate(t *testing.T) {
1914
1914
}}
1915
1915
for _ , tc := range testCases {
1916
1916
cuetdtest .FullMatrix .Run (t , "" , func (t * testing.T , m * cuetdtest.M ) {
1917
- if tc .skip {
1918
- m .TODO_V3 (t ) // P2: reordering
1919
- }
1920
-
1921
1917
v := getValue (m , tc .value )
1922
1918
for _ , p := range tc .path {
1923
1919
if p == "" {
@@ -1978,10 +1974,6 @@ func TestElem(t *testing.T) {
1978
1974
}}
1979
1975
for _ , tc := range testCases {
1980
1976
cuetdtest .FullMatrix .Run (t , "" , func (t * testing.T , m * cuetdtest.M ) {
1981
- if tc .skip {
1982
- m .TODO_V3 (t ) // P2: reordering
1983
- }
1984
-
1985
1977
v := getValue (m , tc .value )
1986
1978
cue .ValueVertex (v ).Finalize (cue .ValueCtx (v ))
1987
1979
for _ , p := range tc .path {
@@ -2658,10 +2650,6 @@ func TestValidate(t *testing.T) {
2658
2650
}}
2659
2651
for _ , tc := range testCases {
2660
2652
cuetdtest .FullMatrix .Run (t , tc .desc , func (t * testing.T , m * cuetdtest.M ) {
2661
- if tc .skip {
2662
- m .TODO_V3 (t ) // P1: wrong results
2663
- }
2664
-
2665
2653
ctx := m .CueContext ()
2666
2654
val := ctx .CompileString (tc .in , cue .Filename ("validate" ))
2667
2655
err := val .Validate (tc .opts ... )
@@ -3210,8 +3198,6 @@ func TestWalk(t *testing.T) {
3210
3198
}}
3211
3199
for i , tc := range testCases {
3212
3200
cuetdtest .FullMatrix .Run (t , fmt .Sprintf ("%d/%v" , i , tc .value ), func (t * testing.T , m * cuetdtest.M ) {
3213
- m .TODO_V3 (t ) // P1: missing undefined field
3214
-
3215
3201
val := getValue (m , tc .value )
3216
3202
buf := []byte {}
3217
3203
stripComma := func () {
0 commit comments