diff --git a/resources/CCT-Tests.patch b/resources/CCT-Tests.patch index 60d99cce..d1d9f44d 100644 --- a/resources/CCT-Tests.patch +++ b/resources/CCT-Tests.patch @@ -34,7 +34,7 @@ diff -ruN --strip -x .DS_Store projects/core/src/test/resources/test-rom/spec/lu --- SPDX-FileCopyrightText: 2021 The CC: Tweaked Developers --- --- SPDX-License-Identifier: MPL-2.0 --- +- -describe("The VM terminates long running code :slow", function() - it("in loops", function() - expect.error(function() while true do end end) @@ -59,7 +59,7 @@ diff -ruN --strip -x .DS_Store projects/core/src/test/resources/test-rom/spec/lu --- SPDX-FileCopyrightText: 2021 The CC: Tweaked Developers --- --- SPDX-License-Identifier: MPL-2.0 --- +- -describe("Coroutines", function() - local function assert_resume(ok, ...) - if ok then return table.pack(...) end @@ -397,7 +397,7 @@ diff -ruN --strip -x .DS_Store src/test/resources/test-rom/spec/apis/fs_spec.lua --- SPDX-FileCopyrightText: 2021 The CC: Tweaked Developers --- --- SPDX-License-Identifier: MPL-2.0 --- +- -describe("The VM", function() - it("allows unpacking a large number of values", function() - -- We don't allow arbitrarily many values, half a meg is probably fine.