Bug 209337

Summary: [2.28] javascript failure on ppc and s390x
Product: WebKit Reporter: seb128
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply, mitya57
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description seb128 2020-03-20 07:54:23 PDT
That's another regression blocked 2.28 in Ubuntu caught by our testing infrastructure

The C example from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931807 can be used as a tetcase

Doing
$ gcc bug.c -o bug `pkg-config --libs --cflags webkit2gtk-4.0` 
$ xvfb-run ./bug

displays a 'Error running javascript:'

the same example works fine using 2.26
Comment 1 seb128 2020-03-20 08:03:04 PDT
(updated title, it's not any javascript that is buggy but specific examples)