Changeset 195672 in webkit


Ignore:
Timestamp:
Jan 27, 2016 7:35:58 AM (8 years ago)
Author:
youenn.fablet@crf.canon.fr
Message:

[GTK] Problem running promises code in workers
https://bugs.webkit.org/show_bug.cgi?id=152340

Reviewed by Carlos Garcia Campos.

Test file that creates two testharness promise tests. Each test creates 10000 promises, pushes them into an
array and vends them in a timeout.

  • js/promises-tests/promises-in-workers-expected.txt: Added.
  • js/promises-tests/promises-in-workers.html: Added.
  • js/promises-tests/promises-in-workers.js: Added.
Location:
trunk/LayoutTests
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r195671 r195672  
     12016-01-27  Xabier Rodriguez Calvar  <calvaris@igalia.com> and Youenn Fablet  <youenn.fablet@crf.canon.fr>
     2
     3        [GTK] Problem running promises code in workers
     4        https://bugs.webkit.org/show_bug.cgi?id=152340
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        Test file that creates two testharness promise tests. Each test creates 10000 promises, pushes them into an
     9        array and vends them in a timeout.
     10
     11        * js/promises-tests/promises-in-workers-expected.txt: Added.
     12        * js/promises-tests/promises-in-workers.html: Added.
     13        * js/promises-tests/promises-in-workers.js: Added.
     14
    1152016-01-26  Jer Noble  <jer.noble@apple.com>
    216
Note: See TracChangeset for help on using the changeset viewer.