iOS lock step keyboard + metal
This commit is contained in:
1
tests/expected/88-enum-through-protocol-dispatch.exit
Normal file
1
tests/expected/88-enum-through-protocol-dispatch.exit
Normal file
@@ -0,0 +1 @@
|
||||
0
|
||||
3
tests/expected/88-enum-through-protocol-dispatch.txt
Normal file
3
tests/expected/88-enum-through-protocol-dispatch.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
direct a=0 b=1
|
||||
proto f = 1
|
||||
proto f = 0
|
||||
1
tests/expected/89-enum-arg-through-closure-field.exit
Normal file
1
tests/expected/89-enum-arg-through-closure-field.exit
Normal file
@@ -0,0 +1 @@
|
||||
0
|
||||
2
tests/expected/89-enum-arg-through-closure-field.txt
Normal file
2
tests/expected/89-enum-arg-through-closure-field.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
cl f = 1
|
||||
cl f = 0
|
||||
1
tests/expected/90-protocol-real-pointer-return.exit
Normal file
1
tests/expected/90-protocol-real-pointer-return.exit
Normal file
@@ -0,0 +1 @@
|
||||
0
|
||||
1
tests/expected/90-protocol-real-pointer-return.txt
Normal file
1
tests/expected/90-protocol-real-pointer-return.txt
Normal file
@@ -0,0 +1 @@
|
||||
got pointer: true
|
||||
1
tests/expected/91-protocol-typeparam-parse.exit
Normal file
1
tests/expected/91-protocol-typeparam-parse.exit
Normal file
@@ -0,0 +1 @@
|
||||
0
|
||||
1
tests/expected/91-protocol-typeparam-parse.txt
Normal file
1
tests/expected/91-protocol-typeparam-parse.txt
Normal file
@@ -0,0 +1 @@
|
||||
ok
|
||||
1
tests/expected/92-xx-userspace.exit
Normal file
1
tests/expected/92-xx-userspace.exit
Normal file
@@ -0,0 +1 @@
|
||||
0
|
||||
1
tests/expected/92-xx-userspace.txt
Normal file
1
tests/expected/92-xx-userspace.txt
Normal file
@@ -0,0 +1 @@
|
||||
tag = 42
|
||||
1
tests/expected/93-into-import-scope.exit
Normal file
1
tests/expected/93-into-import-scope.exit
Normal file
@@ -0,0 +1 @@
|
||||
0
|
||||
1
tests/expected/93-into-import-scope.txt
Normal file
1
tests/expected/93-into-import-scope.txt
Normal file
@@ -0,0 +1 @@
|
||||
w.v = 30
|
||||
1
tests/expected/94-foreign-global.exit
Normal file
1
tests/expected/94-foreign-global.exit
Normal file
@@ -0,0 +1 @@
|
||||
0
|
||||
1
tests/expected/94-foreign-global.txt
Normal file
1
tests/expected/94-foreign-global.txt
Normal file
@@ -0,0 +1 @@
|
||||
stdin extern global non-null: true
|
||||
1
tests/expected/95-objc-block-noop.exit
Normal file
1
tests/expected/95-objc-block-noop.exit
Normal file
@@ -0,0 +1 @@
|
||||
0
|
||||
1
tests/expected/95-objc-block-noop.txt
Normal file
1
tests/expected/95-objc-block-noop.txt
Normal file
@@ -0,0 +1 @@
|
||||
noop block ran
|
||||
1
tests/expected/96-objc-block-capture.exit
Normal file
1
tests/expected/96-objc-block-capture.exit
Normal file
@@ -0,0 +1 @@
|
||||
0
|
||||
1
tests/expected/96-objc-block-capture.txt
Normal file
1
tests/expected/96-objc-block-capture.txt
Normal file
@@ -0,0 +1 @@
|
||||
x + y = 142
|
||||
1
tests/expected/97-objc-block-inline.exit
Normal file
1
tests/expected/97-objc-block-inline.exit
Normal file
@@ -0,0 +1 @@
|
||||
0
|
||||
1
tests/expected/97-objc-block-inline.txt
Normal file
1
tests/expected/97-objc-block-inline.txt
Normal file
@@ -0,0 +1 @@
|
||||
inline block, x = 7
|
||||
1
tests/expected/issue-0032.exit
Normal file
1
tests/expected/issue-0032.exit
Normal file
@@ -0,0 +1 @@
|
||||
1
|
||||
1
tests/expected/issue-0032.txt
Normal file
1
tests/expected/issue-0032.txt
Normal file
@@ -0,0 +1 @@
|
||||
/Users/agra/projects/sx/examples/issue-0032.sx:13:1: error: duplicate impl 'Into' for source 's64' in /Users/agra/projects/sx/examples/issue-0032.sx
|
||||
1
tests/expected/issue-0033.exit
Normal file
1
tests/expected/issue-0033.exit
Normal file
@@ -0,0 +1 @@
|
||||
1
|
||||
1
tests/expected/issue-0033.txt
Normal file
1
tests/expected/issue-0033.txt
Normal file
@@ -0,0 +1 @@
|
||||
/Users/agra/projects/sx/examples/./issue-0033-user.sx:7:17: error: no visible xx conversion from 's64' to 'Wrap' — impl exists in another module but is not imported
|
||||
1
tests/expected/issue-0034.exit
Normal file
1
tests/expected/issue-0034.exit
Normal file
@@ -0,0 +1 @@
|
||||
1
|
||||
1
tests/expected/issue-0034.txt
Normal file
1
tests/expected/issue-0034.txt
Normal file
@@ -0,0 +1 @@
|
||||
/Users/agra/projects/sx/examples/issue-0034.sx:11:17: error: duplicate xx conversion from 's64' to 'Wrap': impls in /Users/agra/projects/sx/examples/./issue-0034-impl-a.sx and /Users/agra/projects/sx/examples/./issue-0034-impl-b.sx
|
||||
Reference in New Issue
Block a user