|
@@ -2,25 +2,24 @@
|
|
|
// Exceptions. See /LICENSE for license information.
|
|
// Exceptions. See /LICENSE for license information.
|
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
//
|
|
//
|
|
|
-// RUN: %{explorer} --parser_debug --trace_file=- %s 2>&1 | \
|
|
|
|
|
-// RUN: %{FileCheck} --match-full-lines --allow-unused-prefixes %s
|
|
|
|
|
|
|
+// RUN: %{explorer-trace} %s 2>&1 | %{FileCheck-allow-unmatched} %s
|
|
|
//
|
|
//
|
|
|
// A lot of output is elided: this is only checking for a few things for simple
|
|
// A lot of output is elided: this is only checking for a few things for simple
|
|
|
// sanity checking on --parser_debug --trace_file=- output.
|
|
// sanity checking on --parser_debug --trace_file=- output.
|
|
|
//
|
|
//
|
|
|
// NOAUTOUPDATE
|
|
// NOAUTOUPDATE
|
|
|
-// CHECK: ********** source program **********
|
|
|
|
|
-// CHECK: interface ImplicitAs {
|
|
|
|
|
-// CHECK: ********** type checking **********
|
|
|
|
|
-// CHECK: ** declaring interface ImplicitAs
|
|
|
|
|
-// CHECK: ********** resolving unformed variables **********
|
|
|
|
|
-// CHECK: ********** printing declarations **********
|
|
|
|
|
-// CHECK: interface ImplicitAs {
|
|
|
|
|
-// CHECK: ********** starting execution **********
|
|
|
|
|
-// CHECK: ********** initializing globals **********
|
|
|
|
|
-// CHECK: ********** calling main function **********
|
|
|
|
|
-// CHECK: --- step exp Main() .0. (<Main()>:0) --->
|
|
|
|
|
-// CHECK: result: 0
|
|
|
|
|
|
|
+// CHECK:********** source program **********
|
|
|
|
|
+// CHECK:interface ImplicitAs {
|
|
|
|
|
+// CHECK:********** type checking **********
|
|
|
|
|
+// CHECK:** declaring interface ImplicitAs
|
|
|
|
|
+// CHECK:********** resolving unformed variables **********
|
|
|
|
|
+// CHECK:********** printing declarations **********
|
|
|
|
|
+// CHECK:interface ImplicitAs {
|
|
|
|
|
+// CHECK:********** starting execution **********
|
|
|
|
|
+// CHECK:********** initializing globals **********
|
|
|
|
|
+// CHECK:********** calling main function **********
|
|
|
|
|
+// CHECK:--- step exp Main() .0. (<Main()>:0) --->
|
|
|
|
|
+// CHECK:result: 0
|
|
|
|
|
|
|
|
package ExplorerTest api;
|
|
package ExplorerTest api;
|
|
|
|
|
|