Changeset ecaedf35


Ignore:
Timestamp:
Aug 4, 2024, 11:34:40 AM (4 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
b797fe36
Parents:
2dd5c6d
Message:

Update test expect for arm64

Location:
tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/errors/.expect/completeType.arm64.txt

    r2dd5c6d recaedf35  
    99... with resolved type:
    1010  void Alternatives are:
    11 Cost ( 0, 1, 2, 0, 1, -1, 0 ): Generated Cast of:
     11Cost ( 0, 0, 1, 2, 0, 1, -1, 0 ): Generated Cast of:
    1212      Application of
    1313        Variable Expression: *?: forall
     
    4444
    4545
    46 Cost ( 0, 1, 2, 0, 1, -1, 0 ): Generated Cast of:
     46Cost ( 0, 0, 1, 2, 0, 1, -1, 0 ): Generated Cast of:
    4747      Application of
    4848        Variable Expression: *?: forall
     
    111111
    112112      Unsatisfiable alternative:
    113 Cost ( 0, 1, 0, 0, 1, -5, 0 ): Application of
     113Cost ( 0, 0, 1, 0, 0, 1, -5, 0 ): Application of
    114114            Variable Expression: baz: forall
    115115              instance of type T (not function type)
  • tests/meta/.expect/arch.arm64.txt

    r2dd5c6d recaedf35  
    11meta/arch.cfa:28:1 error: Cannot choose between 3 alternatives for expression
    22Explicit Cast of:
    3   Name: FA64
     3  Name: FX64
    44... to:
    55  char
    66... with resolved type:
    77  char Alternatives are:
    8 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
    9       Variable Expression: FA64: double
     8Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
     9      Variable Expression: FX64: double
    1010      ... with resolved type:
    1111        double
     
    1919  Environment:
    2020
    21 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
    22       Variable Expression: FA64: function
     21Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
     22      Variable Expression: FX64: function
    2323        accepting unspecified arguments
    2424      ... returning nothing
     
    3838  Environment:
    3939
    40 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
    41       Variable Expression: FA64: signed int
     40Cost ( 1, 0, 0, 0, 0, 0, 0, 0 ): Explicit Cast of:
     41      Variable Expression: FX64: signed int
    4242      ... with resolved type:
    4343        signed int
Note: See TracChangeset for help on using the changeset viewer.