Skip to content

Commit 272a593

Browse files
committed
Test failures
1 parent c64890a commit 272a593

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

mlir/test/Dialect/Quant/parse-any-invalid.mlir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
// -----
1919
// Unrecognized storage type: illegal prefix
20-
// expected-error@+1 {{illegal quantized storage type alias}}
20+
// expected-error@+1 {{Blah}}
2121
!qalias = !quant.any<int8<-4:3>:f32>
2222

2323
// -----
2424
// Unrecognized storage type: no width
25-
// expected-error@+1 {{illegal quantized storage type alias}}
25+
// expected-error@+1 {{Blah}}
2626
!qalias = !quant.any<i<-4:3>:f32>
2727

2828
// -----

mlir/test/Dialect/Quant/parse-quantile-invalid.mlir

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ func.func @parse() -> !qalias {
6363

6464
// -----
6565
// Unrecognized storage type: illegal prefix
66-
// expected-error@+1 {{illegal quantized storage type alias}}
66+
// expected-error@+1 {{Hello world}}
6767
!qalias = !quant.quantile<int8<-4:3>:f16:f32, {-1.0,1.0}:0.99872:127>
6868

6969
// -----
7070
// Unrecognized storage type: no width
71-
// expected-error@+1 {{illegal quantized storage type alias}}
71+
// expected-error@+1 {{Hello world}}
7272
!qalias = !quant.quantile<i<-4:3>:f16:f32, {-1.0,1.0}:0.99872:127>
7373

7474
// -----
@@ -78,7 +78,7 @@ func.func @parse() -> !qalias {
7878

7979
// -----
8080
// Unrecognized storage type: storage size < 0
81-
// expected-error@+1 {{illegal quantized storage type alias}}
81+
// expected-error@+1 {{Hello world}}
8282
!qalias = !quant.quantile<i-1<-4:3>:f16:f32, {-1.0,1.0}:0.99872:127>
8383

8484
// -----

mlir/test/Dialect/Quant/parse-uniform-invalid.mlir

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737

3838
// -----
3939
// Unrecognized storage type: illegal prefix
40-
// expected-error@+1 {{illegal quantized storage type alias}}
40+
// expected-error@+1 {{Fus}}
4141
!qalias = !quant.uniform<int8<-4:3>:f32, 0.99872:127>
4242

4343
// -----
4444
// Unrecognized storage type: no width
45-
// expected-error@+1 {{illegal quantized storage type alias}}
45+
// expected-error@+1 {{Ro}}
4646
!qalias = !quant.uniform<i<-4:3>:f32, 0.99872:127>
4747

4848
// -----
@@ -52,7 +52,7 @@
5252

5353
// -----
5454
// Unrecognized storage type: storage size < 0
55-
// expected-error@+1 {{illegal quantized storage type alias}}
55+
// expected-error@+1 {{Dah}}
5656
!qalias = !quant.uniform<i-1<-4:3>:f32, 0.99872:127>
5757

5858
// -----

0 commit comments

Comments
 (0)