Bug 209337 - [2.28] javascript failure on ppc and s390x
Summary: [2.28] javascript failure on ppc and s390x
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-20 07:54 PDT by seb128
Modified: 2020-03-21 01:51 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)