Code Monkey home page Code Monkey logo

Comments (8)

conniefry avatar conniefry commented on August 30, 2024

Internal reference: XRE2-1751

from pxcore2.

madanagopalt avatar madanagopalt commented on August 30, 2024

please share the repo,which I can download and repro the issue

from pxcore2.

dwrobel avatar dwrobel commented on August 30, 2024

Please just use the master branch from https://github.com/pxscene/pxCore.

Steps to reproduce:

  1. cd ci/builds

  2. ./dw.sh

  3. ./0010-external-breakpad.sh

  4. ./0020-external-dukluv.sh

  5. ./0030-external-nanosvg.sh

  6. To speed up running test and to avoid facing other failures:
    a) remove all other tests from tests/pxScene2d/testRunner/tests.json and keep only test_getFile.js
    b) remove all tests from tests/pxScene2d/testRunner/testsDesktop.json

To clean from any previous build, compile using node 6 and execute test please run the following:

  1. ./0299-clean.sh
  2. ./0300-wayland-node6-gcc-tsan.sh
  3. ./0310-test-testrunner.sh

To clean from any previous build, compile using node 8 and execute test please run the following:

  1. ./0399-clean.sh
  2. ./0400-wayland-node8-gcc-tsan.sh
  3. ./0410-test-testrunner.sh

Please ignore known Spark crash on exit while executing tests/pxScene2d/testRunner/testsExit.json.

from pxcore2.

madanagopalt avatar madanagopalt commented on August 30, 2024

Thanks Damien, will try it. Could you please try once more , I have added logs in test_getFile to print the error code during failure.

Also, is it not possible to directly download node8 code as part of spark repo and try as replacement instead of ci build steps?.

from pxcore2.

dwrobel avatar dwrobel commented on August 30, 2024

Thanks Damien, will try it. Could you please try once more , I have added logs in test_getFile to print the error code during failure.

Here is the build: https://semaphoreci.com/dwrobel/pxcore/branches/master-next/builds/8. I see it failed.

To get a logs please open the above link and then click on the ./ci/builds/ci-semaphoreci.sh entry.
Tail of the log will be shown on the screen, link to the full log is in the beginning (search for: 'Download complete log'). If you need you need to trigger any new build, please make PR against this branch.

from pxcore2.

madanagopalt avatar madanagopalt commented on August 30, 2024

Thanks Damien,I got the logs as you suggested and got the problem and looks some api inconsistency. Please let me know how to get the node v8 code you are using without ci builds steps, in the same way we are using with 6.9.0.

from pxcore2.

dwrobel avatar dwrobel commented on August 30, 2024

Please let me know how to get the node v8 code

You can download sources within docker using the following steps:
$ ./ci/builds/dw.sh
$ sudo dnf debuginfo-install node8-shared
Then you can start debugging the code:
$ DBG="gdb --args" examples/pxScene2d/src/Spark-testrunner.sh

Source code repository + patches can be found here. I hope you can build it on your machine. In case you have some problems please refer to the .spec used to build it or to the complete build log.

from pxcore2.

dwrobel avatar dwrobel commented on August 30, 2024

test_getFile seems to be removed from test list, if it was removed permanently, can we close this?

from pxcore2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.