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")) {
|
||||
continue;
|
||||
}
|
||||
if (std.mem.indexOf(u8, entry.basename, "navigation") != null) {
|
||||
continue;
|
||||
}
|
||||
if (std.mem.indexOf(u8, entry.basename, "history") != null) {
|
||||
continue;
|
||||
}
|
||||
|
||||
// These are crashing, comment this out to skip them.
|
||||
|
||||
// if (std.mem.indexOf(u8, entry.basename, "navigation") != null) {
|
||||
// continue;
|
||||
// }
|
||||
// if (std.mem.indexOf(u8, entry.basename, "history") != null) {
|
||||
// continue;
|
||||
// }
|
||||
|
||||
if (filter) |f| {
|
||||
if (std.mem.indexOf(u8, entry.path, f) == null) {
|
||||
|
||||
Reference in New Issue
Block a user