mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 14:33:47 +00:00
re-enable crashing legacy tests
This commit is contained in:
@@ -61,12 +61,15 @@ pub fn main() !void {
|
|||||||
if (!std.mem.endsWith(u8, entry.basename, ".html")) {
|
if (!std.mem.endsWith(u8, entry.basename, ".html")) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (std.mem.indexOf(u8, entry.basename, "navigation") != null) {
|
|
||||||
continue;
|
// These are crashing, comment this out to skip them.
|
||||||
}
|
|
||||||
if (std.mem.indexOf(u8, entry.basename, "history") != null) {
|
// if (std.mem.indexOf(u8, entry.basename, "navigation") != null) {
|
||||||
continue;
|
// continue;
|
||||||
}
|
// }
|
||||||
|
// if (std.mem.indexOf(u8, entry.basename, "history") != null) {
|
||||||
|
// continue;
|
||||||
|
// }
|
||||||
|
|
||||||
if (filter) |f| {
|
if (filter) |f| {
|
||||||
if (std.mem.indexOf(u8, entry.path, f) == null) {
|
if (std.mem.indexOf(u8, entry.path, f) == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user