Changeset cd6a6ff for tests/.expect


Ignore:
Timestamp:
Dec 3, 2020, 10:44:40 AM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
1db306a
Parents:
b37515b
Message:

Improved coverage of deterministic_output to be much finer grain.

Location:
tests/.expect
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/alloc-ERROR.nast.txt

    rb37515b rcd6a6ff  
    1616          Name: stp
    1717
     18      ... with resolved type:
     19        unsigned long int
    1820
    1921
     
    2830    Name: stp
    2931    Constant Expression (10: signed int)
     32    ... with resolved type:
     33      signed int
    3034
    3135
  • tests/.expect/alloc-ERROR.oast.txt

    rb37515b rcd6a6ff  
    1616          Name: stp
    1717
     18      with resolved type:
     19        unsigned long int
    1820
    1921
     
    2830    Name: stp
    2931    constant expression (10 10: signed int)
     32    with resolved type:
     33      signed int
    3034
    3135
  • tests/.expect/init1-ERROR.nast.txt

    rb37515b rcd6a6ff  
    1111... to:
    1212  reference to signed int
     13... with resolved type:
     14  reference to signed int
    1315init1.cfa:107:1 error: Invalid application of existing declaration(s) in expression Applying untyped:
    1416  Name: ?{}
     
    1618  Generated Cast of:
    1719    Variable Expression: _retval_f_py: pointer to signed int
     20    ... with resolved type:
     21      pointer to signed int
    1822  ... to:
     23    reference to pointer to signed int
     24  ... with resolved type:
    1925    reference to pointer to signed int
    2026  Name: px
     
    2430... to:
    2531  reference to float
     32... with resolved type:
     33  reference to float
    2634init1.cfa:117:1 error: Invalid application of existing declaration(s) in expression Applying untyped:
    2735  Name: ?{}
     
    2937  Generated Cast of:
    3038    Variable Expression: _retval_f_py2: pointer to float
     39    ... with resolved type:
     40      pointer to float
    3141  ... to:
     42    reference to pointer to float
     43  ... with resolved type:
    3244    reference to pointer to float
    3345  Name: cpx
     
    3749... to:
    3850  reference to instance of type T (not function type)
     51... with resolved type:
     52  reference to instance of type T (not function type)
    3953init1.cfa:128:1 error: Invalid application of existing declaration(s) in expression Applying untyped:
    4054  Name: ?{}
     
    4256  Generated Cast of:
    4357    Variable Expression: _retval_anycvt: pointer to instance of type T (not function type)
     58    ... with resolved type:
     59      pointer to instance of type T (not function type)
    4460  ... to:
     61    reference to pointer to instance of type T (not function type)
     62  ... with resolved type:
    4563    reference to pointer to instance of type T (not function type)
    4664  Name: s
  • tests/.expect/init1-ERROR.oast.txt

    rb37515b rcd6a6ff  
    11error: No reasonable alternatives for expression Untyped Init Expression
    2   Name: rx  InitAlternative: reference to signed int
     2  Name: cpx  InitAlternative: pointer to float
     3error: No reasonable alternatives for expression Untyped Init Expression
     4  Name: crx  InitAlternative: reference to float
    35error: No reasonable alternatives for expression Untyped Init Expression
    46  Name: px  InitAlternative: pointer to signed int
    57error: No reasonable alternatives for expression Untyped Init Expression
    6   Name: crx  InitAlternative: reference to float
    7 error: No reasonable alternatives for expression Untyped Init Expression
    8   Name: cpx  InitAlternative: pointer to float
     8  Name: rx  InitAlternative: reference to signed int
    99init1.cfa:104:1 error: No reasonable alternatives for expression Generated Cast of:
    1010  Name: rx
    1111... to:
     12  reference to signed int
     13with resolved type:
    1214  reference to signed int
    1315init1.cfa:107:1 error: No reasonable alternatives for expression Applying untyped:
     
    1618  Generated Cast of:
    1719    Variable Expression: _retval_f_py: pointer to signed int
     20    with resolved type:
     21      pointer to signed int
    1822  ... to:
     23    reference to pointer to signed int
     24  with resolved type:
    1925    reference to pointer to signed int
    2026  Name: px
     
    2430... to:
    2531  reference to float
     32with resolved type:
     33  reference to float
    2634init1.cfa:117:1 error: No reasonable alternatives for expression Applying untyped:
    2735  Name: ?{}
     
    2937  Generated Cast of:
    3038    Variable Expression: _retval_f_py2: pointer to float
     39    with resolved type:
     40      pointer to float
    3141  ... to:
     42    reference to pointer to float
     43  with resolved type:
    3244    reference to pointer to float
    3345  Name: cpx
     
    3749... to:
    3850  reference to instance of type T (not function type)
     51with resolved type:
     52  reference to instance of type T (not function type)
    3953init1.cfa:128:1 error: No reasonable alternatives for expression Applying untyped:
    4054  Name: ?{}
     
    4256  Generated Cast of:
    4357    Variable Expression: _retval_anycvt: pointer to instance of type T (not function type)
     58    with resolved type:
     59      pointer to instance of type T (not function type)
    4460  ... to:
     61    reference to pointer to instance of type T (not function type)
     62  with resolved type:
    4563    reference to pointer to instance of type T (not function type)
    4664  Name: s
Note: See TracChangeset for help on using the changeset viewer.