diff --git a/tests/regression/echotest/allexpressions-expected.echo b/tests/regression/echotest/allexpressions-expected.echo new file mode 100644 index 00000000..924044f2 --- /dev/null +++ b/tests/regression/echotest/allexpressions-expected.echo @@ -0,0 +1 @@ +ERROR: Experimental feature not enabled: 'lc-else'. Please check preferences. diff --git a/tests/regression/echotest/allfunctions-expected.echo b/tests/regression/echotest/allfunctions-expected.echo new file mode 100644 index 00000000..599a835a --- /dev/null +++ b/tests/regression/echotest/allfunctions-expected.echo @@ -0,0 +1,6 @@ +WARNING: Invalid number of parameters for cross() +WARNING: Parent module index (1) greater than the number of modules on the stack +WARNING: Can't open DXF file ''. +WARNING: Can't find dimension '' in '', layer ''! +WARNING: Can't open DXF file ''. +WARNING: Can't find cross in '', layer ''! diff --git a/tests/regression/echotest/allmodules-expected.echo b/tests/regression/echotest/allmodules-expected.echo new file mode 100644 index 00000000..c14b668f --- /dev/null +++ b/tests/regression/echotest/allmodules-expected.echo @@ -0,0 +1,8 @@ +DEPRECATED: child() will be removed in future releases. Use children() instead. +ECHO: +DEPRECATED: The assign() module will be removed in future releases. Use a regular assignment instead. +DEPRECATED: The dxf_linear_extrude() module will be removed in future releases. Use linear_extrude() instead. +DEPRECATED: The dxf_rotate_extrude() module will be removed in future releases. Use rotate_extrude() instead. +DEPRECATED: The import_stl() module will be removed in future releases. Use import() instead. +DEPRECATED: The import_off() module will be removed in future releases. Use import() instead. +DEPRECATED: The import_dxf() module will be removed in future releases. Use import() instead. diff --git a/tests/regression/echotest/let-module-tests-expected.echo b/tests/regression/echotest/let-module-tests-expected.echo new file mode 100644 index 00000000..368f74f9 --- /dev/null +++ b/tests/regression/echotest/let-module-tests-expected.echo @@ -0,0 +1,3 @@ +ECHO: 1, 2, 3 +ECHO: 5, 13, 18 +ECHO: 5, 10, 20 diff --git a/tests/regression/echotest/localfiles-compatibility-test-expected.echo b/tests/regression/echotest/localfiles-compatibility-test-expected.echo new file mode 100644 index 00000000..a493cf46 --- /dev/null +++ b/tests/regression/echotest/localfiles-compatibility-test-expected.echo @@ -0,0 +1,4 @@ +DEPRECATED: Imported file (localfile.dxf) found in document root instead of relative to the importing module. This behavior is deprecated +DEPRECATED: Support for reading files in linear_extrude will be removed in future releases. Use a child import() instead. +DEPRECATED: Support for reading files in rotate_extrude will be removed in future releases. Use a child import() instead. +DEPRECATED: Imported file (localfile.dat) found in document root instead of relative to the importing module. This behavior is deprecated diff --git a/tests/regression/echotest/localfiles-test-expected.echo b/tests/regression/echotest/localfiles-test-expected.echo new file mode 100644 index 00000000..50e61a4c --- /dev/null +++ b/tests/regression/echotest/localfiles-test-expected.echo @@ -0,0 +1,2 @@ +DEPRECATED: Support for reading files in linear_extrude will be removed in future releases. Use a child import() instead. +DEPRECATED: Support for reading files in rotate_extrude will be removed in future releases. Use a child import() instead. diff --git a/tests/regression/echotest/use-tests-expected.echo b/tests/regression/echotest/use-tests-expected.echo new file mode 100644 index 00000000..12846dc5 --- /dev/null +++ b/tests/regression/echotest/use-tests-expected.echo @@ -0,0 +1,7 @@ +WARNING: Can't open library ''. +WARNING: Can't open library 'non/existent/path/non-file'. +WARNING: Can't open library 'test/'. +WARNING: Can't open library '/'. +WARNING: Ignoring unknown module 'test3'. +WARNING: Ignoring unknown module 'test4'. +WARNING: Ignoring unknown variable 'test2_variable'.